Class: GetACHEFTJournalV1Response::GetACHEFTJournalV1Result
- Inherits:
-
Object
- Object
- GetACHEFTJournalV1Response::GetACHEFTJournalV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: GetACHEFTJournalV1Result https://www.iatspayments.com/NetGate/GetACHEFTJournalV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (GetACHEFTJournalV1Result) initialize
constructor
A new instance of GetACHEFTJournalV1Result.
- - (Object) set_any(elements)
Constructor Details
- (GetACHEFTJournalV1Result) initialize
Returns a new instance of GetACHEFTJournalV1Result
1532 1533 1534 |
# File 'lib/default.rb', line 1532 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
1526 1527 1528 |
# File 'lib/default.rb', line 1526 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
1528 1529 1530 |
# File 'lib/default.rb', line 1528 def set_any(elements) @__xmlele_any = elements end |