Class: ProcessACHEFTWithCustomerCodeV1Response::ProcessACHEFTWithCustomerCodeV1Result
- Inherits:
-
Object
- Object
- ProcessACHEFTWithCustomerCodeV1Response::ProcessACHEFTWithCustomerCodeV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: ProcessACHEFTWithCustomerCodeV1Result https://www.iatspayments.com/NetGate/ProcessACHEFTWithCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (ProcessACHEFTWithCustomerCodeV1Result) initialize
constructor
A new instance of ProcessACHEFTWithCustomerCodeV1Result.
- - (Object) set_any(elements)
Constructor Details
- (ProcessACHEFTWithCustomerCodeV1Result) initialize
Returns a new instance of ProcessACHEFTWithCustomerCodeV1Result
330 331 332 |
# File 'lib/default.rb', line 330 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
324 325 326 |
# File 'lib/default.rb', line 324 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
326 327 328 |
# File 'lib/default.rb', line 326 def set_any(elements) @__xmlele_any = elements end |