Class: GetCreditCardJournalCSVV1Response::GetCreditCardJournalCSVV1Result
- Inherits:
-
Object
- Object
- GetCreditCardJournalCSVV1Response::GetCreditCardJournalCSVV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: GetCreditCardJournalCSVV1Result https://www.iatspayments.com/NetGate/GetCreditCardJournalCSVV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (GetCreditCardJournalCSVV1Result) initialize
constructor
A new instance of GetCreditCardJournalCSVV1Result.
- - (Object) set_any(elements)
Constructor Details
- (GetCreditCardJournalCSVV1Result) initialize
Returns a new instance of GetCreditCardJournalCSVV1Result
1286 1287 1288 |
# File 'lib/default.rb', line 1286 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1280 1281 1282 |
# File 'lib/default.rb', line 1280 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1282 1283 1284 |
# File 'lib/default.rb', line 1282 def set_any(elements) @__xmlele_any = elements end |