Class: GetCreditCardJournalV1Response::GetCreditCardJournalV1Result
- Inherits:
-
Object
- Object
- GetCreditCardJournalV1Response::GetCreditCardJournalV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: GetCreditCardJournalV1Result https://www.iatspayments.com/NetGate/GetCreditCardJournalV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (GetCreditCardJournalV1Result) initialize
constructor
A new instance of GetCreditCardJournalV1Result.
- - (Object) set_any(elements)
Constructor Details
- (GetCreditCardJournalV1Result) initialize
Returns a new instance of GetCreditCardJournalV1Result
1330 1331 1332 |
# File 'lib/default.rb', line 1330 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1324 1325 1326 |
# File 'lib/default.rb', line 1324 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1326 1327 1328 |
# File 'lib/default.rb', line 1326 def set_any(elements) @__xmlele_any = elements end |