Class: GetBatchProcessResultFileV1
- Inherits:
-
Object
- Object
- GetBatchProcessResultFileV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetBatchProcessResultFileV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
customerIPAddress - SOAP::SOAPString
batchId - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) batchId
Returns the value of attribute batchId.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) password
Returns the value of attribute password.
Instance Method Summary (collapse)
-
- (GetBatchProcessResultFileV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchId = nil)
constructor
A new instance of GetBatchProcessResultFileV1.
Constructor Details
- (GetBatchProcessResultFileV1) initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchId = nil)
Returns a new instance of GetBatchProcessResultFileV1
659 660 661 662 663 664 |
# File 'lib/default.rb', line 659 def initialize(agentCode = nil, password = nil, customerIPAddress = nil, batchId = nil) @agentCode = agentCode @password = password @customerIPAddress = customerIPAddress @batchId = batchId end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
654 655 656 |
# File 'lib/default.rb', line 654 def agentCode @agentCode end |
- (Object) batchId
Returns the value of attribute batchId
657 658 659 |
# File 'lib/default.rb', line 657 def batchId @batchId end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
656 657 658 |
# File 'lib/default.rb', line 656 def customerIPAddress @customerIPAddress end |
- (Object) password
Returns the value of attribute password
655 656 657 |
# File 'lib/default.rb', line 655 def password @password end |