Class: GetCreditCardPaymentBoxJournalCSVV1Response::GetCreditCardPaymentBoxJournalCSVV1Result
- Inherits:
-
Object
- Object
- GetCreditCardPaymentBoxJournalCSVV1Response::GetCreditCardPaymentBoxJournalCSVV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: GetCreditCardPaymentBoxJournalCSVV1Result https://www.iatspayments.com/NetGate/GetCreditCardPaymentBoxJournalCSVV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (GetCreditCardPaymentBoxJournalCSVV1Result) initialize
constructor
A new instance of GetCreditCardPaymentBoxJournalCSVV1Result.
- - (Object) set_any(elements)
Constructor Details
- (GetCreditCardPaymentBoxJournalCSVV1Result) initialize
Returns a new instance of GetCreditCardPaymentBoxJournalCSVV1Result
1784 1785 1786 |
# File 'lib/default.rb', line 1784 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1778 1779 1780 |
# File 'lib/default.rb', line 1778 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1780 1781 1782 |
# File 'lib/default.rb', line 1780 def set_any(elements) @__xmlele_any = elements end |