Class: ProcessACHEFTV1Response::ProcessACHEFTV1Result
- Inherits:
-
Object
- Object
- ProcessACHEFTV1Response::ProcessACHEFTV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: ProcessACHEFTV1Result https://www.iatspayments.com/NetGate/ProcessACHEFTV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (ProcessACHEFTV1Result) initialize
constructor
A new instance of ProcessACHEFTV1Result.
- - (Object) set_any(elements)
Constructor Details
- (ProcessACHEFTV1Result) initialize
Returns a new instance of ProcessACHEFTV1Result
404 405 406 |
# File 'lib/default.rb', line 404 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
398 399 400 |
# File 'lib/default.rb', line 398 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
400 401 402 |
# File 'lib/default.rb', line 400 def set_any(elements) @__xmlele_any = elements end |