Class: CreateACHEFTCustomerCodeV1Response::CreateACHEFTCustomerCodeV1Result
- Inherits:
-
Object
- Object
- CreateACHEFTCustomerCodeV1Response::CreateACHEFTCustomerCodeV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: CreateACHEFTCustomerCodeV1Result https://www.iatspayments.com/NetGate/CreateACHEFTCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (CreateACHEFTCustomerCodeV1Result) initialize
constructor
A new instance of CreateACHEFTCustomerCodeV1Result.
- - (Object) set_any(elements)
Constructor Details
- (CreateACHEFTCustomerCodeV1Result) initialize
Returns a new instance of CreateACHEFTCustomerCodeV1Result
901 902 903 |
# File 'lib/default.rb', line 901 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
895 896 897 |
# File 'lib/default.rb', line 895 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
897 898 899 |
# File 'lib/default.rb', line 897 def set_any(elements) @__xmlele_any = elements end |