Class: GetBatchProcessResultFileV1Response
- Inherits:
-
Object
- Object
- GetBatchProcessResultFileV1Response
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetBatchProcessResultFileV1Response
getBatchProcessResultFileV1Result - GetBatchProcessResultFileV1Response::GetBatchProcessResultFileV1Result
Defined Under Namespace
Classes: GetBatchProcessResultFileV1Result
Instance Attribute Summary (collapse)
-
- (Object) getBatchProcessResultFileV1Result
Returns the value of attribute getBatchProcessResultFileV1Result.
Instance Method Summary (collapse)
-
- (GetBatchProcessResultFileV1Response) initialize(getBatchProcessResultFileV1Result = nil)
constructor
A new instance of GetBatchProcessResultFileV1Response.
Constructor Details
- (GetBatchProcessResultFileV1Response) initialize(getBatchProcessResultFileV1Result = nil)
Returns a new instance of GetBatchProcessResultFileV1Response
687 688 689 |
# File 'lib/default.rb', line 687 def initialize(getBatchProcessResultFileV1Result = nil) @getBatchProcessResultFileV1Result = getBatchProcessResultFileV1Result end |
Instance Attribute Details
- (Object) getBatchProcessResultFileV1Result
Returns the value of attribute getBatchProcessResultFileV1Result
685 686 687 |
# File 'lib/default.rb', line 685 def getBatchProcessResultFileV1Result @getBatchProcessResultFileV1Result end |