Class: ProcessACHEFTChargeBatchV1Response::ProcessACHEFTChargeBatchV1Result
- Inherits:
-
Object
- Object
- ProcessACHEFTChargeBatchV1Response::ProcessACHEFTChargeBatchV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: ProcessACHEFTChargeBatchV1Result https://www.iatspayments.com/NetGate/ProcessACHEFTChargeBatchV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (ProcessACHEFTChargeBatchV1Result) initialize
constructor
A new instance of ProcessACHEFTChargeBatchV1Result.
- - (Object) set_any(elements)
Constructor Details
- (ProcessACHEFTChargeBatchV1Result) initialize
Returns a new instance of ProcessACHEFTChargeBatchV1Result
592 593 594 |
# File 'lib/default.rb', line 592 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
586 587 588 |
# File 'lib/default.rb', line 586 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
588 589 590 |
# File 'lib/default.rb', line 588 def set_any(elements) @__xmlele_any = elements end |