Class: GetCreditCardPaymentBoxRejectCSVV1Response::GetCreditCardPaymentBoxRejectCSVV1Result
- Inherits:
-
Object
- Object
- GetCreditCardPaymentBoxRejectCSVV1Response::GetCreditCardPaymentBoxRejectCSVV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: GetCreditCardPaymentBoxRejectCSVV1Result https://www.iatspayments.com/NetGate/GetCreditCardPaymentBoxRejectCSVV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (GetCreditCardPaymentBoxRejectCSVV1Result) initialize
constructor
A new instance of GetCreditCardPaymentBoxRejectCSVV1Result.
- - (Object) set_any(elements)
Constructor Details
- (GetCreditCardPaymentBoxRejectCSVV1Result) initialize
Returns a new instance of GetCreditCardPaymentBoxRejectCSVV1Result
1831 1832 1833 |
# File 'lib/default.rb', line 1831 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1825 1826 1827 |
# File 'lib/default.rb', line 1825 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1827 1828 1829 |
# File 'lib/default.rb', line 1827 def set_any(elements) @__xmlele_any = elements end |