Class: GetACHEFTJournalV1
- Inherits:
-
Object
- Object
- GetACHEFTJournalV1
- Defined in:
- lib/default.rb
Overview
https://www.iatspayments.com/NetGate/GetACHEFTJournalV1
agentCode - SOAP::SOAPString
password - SOAP::SOAPString
date - SOAP::SOAPDateTime
customerIPAddress - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) agentCode
Returns the value of attribute agentCode.
-
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress.
-
- (Object) date
Returns the value of attribute date.
-
- (Object) password
Returns the value of attribute password.
Instance Method Summary (collapse)
-
- (GetACHEFTJournalV1) initialize(agentCode = nil, password = nil, date = nil, customerIPAddress = nil)
constructor
A new instance of GetACHEFTJournalV1.
Constructor Details
- (GetACHEFTJournalV1) initialize(agentCode = nil, password = nil, date = nil, customerIPAddress = nil)
Returns a new instance of GetACHEFTJournalV1
1511 1512 1513 1514 1515 1516 |
# File 'lib/default.rb', line 1511 def initialize(agentCode = nil, password = nil, date = nil, customerIPAddress = nil) @agentCode = agentCode @password = password @date = date @customerIPAddress = customerIPAddress end |
Instance Attribute Details
- (Object) agentCode
Returns the value of attribute agentCode
1506 1507 1508 |
# File 'lib/default.rb', line 1506 def agentCode @agentCode end |
- (Object) customerIPAddress
Returns the value of attribute customerIPAddress
1509 1510 1511 |
# File 'lib/default.rb', line 1509 def customerIPAddress @customerIPAddress end |
- (Object) date
Returns the value of attribute date
1508 1509 1510 |
# File 'lib/default.rb', line 1508 def date @date end |
- (Object) password
Returns the value of attribute password
1507 1508 1509 |
# File 'lib/default.rb', line 1507 def password @password end |