Class: DeleteCustomerCodeV1Response::DeleteCustomerCodeV1Result
- Inherits:
-
Object
- Object
- DeleteCustomerCodeV1Response::DeleteCustomerCodeV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: DeleteCustomerCodeV1Result https://www.iatspayments.com/NetGate/DeleteCustomerCodeV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (DeleteCustomerCodeV1Result) initialize
constructor
A new instance of DeleteCustomerCodeV1Result.
- - (Object) set_any(elements)
Constructor Details
- (DeleteCustomerCodeV1Result) initialize
Returns a new instance of DeleteCustomerCodeV1Result
1168 1169 1170 |
# File 'lib/default.rb', line 1168 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1162 1163 1164 |
# File 'lib/default.rb', line 1162 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1164 1165 1166 |
# File 'lib/default.rb', line 1164 def set_any(elements) @__xmlele_any = elements end |