Class: ProcessCreditCardBatchV1Response::ProcessCreditCardBatchV1Result
- Inherits:
-
Object
- Object
- ProcessCreditCardBatchV1Response::ProcessCreditCardBatchV1Result
- Defined in:
- lib/default.rb
Overview
inner class for member: ProcessCreditCardBatchV1Result https://www.iatspayments.com/NetGate/ProcessCreditCardBatchV1Result
Instance Attribute Summary (collapse)
-
- (Object) __xmlele_any
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary (collapse)
-
- (ProcessCreditCardBatchV1Result) initialize
constructor
A new instance of ProcessCreditCardBatchV1Result.
- - (Object) set_any(elements)
Constructor Details
- (ProcessCreditCardBatchV1Result) initialize
Returns a new instance of ProcessCreditCardBatchV1Result
548 549 550 |
# File 'lib/default.rb', line 548 def initialize @__xmlele_any = nil end |
Instance Attribute Details
- (Object) __xmlele_any (readonly)
Returns the value of attribute __xmlele_any
542 543 544 |
# File 'lib/default.rb', line 542 def __xmlele_any @__xmlele_any end |
Instance Method Details
- (Object) set_any(elements)
544 545 546 |
# File 'lib/default.rb', line 544 def set_any(elements) @__xmlele_any = elements end |