Class: UpdateACHEFTCustomerCodeV1Response::UpdateACHEFTCustomerCodeV1Result
- Inherits:
-
Object
- Object
- UpdateACHEFTCustomerCodeV1Response::UpdateACHEFTCustomerCodeV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: UpdateACHEFTCustomerCodeV1Result https://www.iatspayments.com/NetGate/UpdateACHEFTCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (UpdateACHEFTCustomerCodeV1Result) initialize
constructor
A new instance of UpdateACHEFTCustomerCodeV1Result.
- - (Object) set_any(elements)
Constructor Details
- (UpdateACHEFTCustomerCodeV1Result) initialize
Returns a new instance of UpdateACHEFTCustomerCodeV1Result
1124 1125 1126 |
# File 'lib/default.rb', line 1124 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1118 1119 1120 |
# File 'lib/default.rb', line 1118 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1120 1121 1122 |
# File 'lib/default.rb', line 1120 def set_any(elements) @__xmlele_any = elements end |