Class: GetACHJournalCSV_x0020_V1

Inherits:
Object
  • Object
show all
Defined in:
lib/default.rb

Overview

https://www.iatspayments.com/NetGate/GetACHJournalCSV_x0020_V1

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
date - SOAP::SOAPDateTime

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetACHJournalCSV_x0020_V1) initialize(agentCode = nil, password = nil, date = nil)

Returns a new instance of GetACHJournalCSV_x0020_V1



1439
1440
1441
1442
1443
# File 'lib/default.rb', line 1439

def initialize(agentCode = nil, password = nil, date = nil)
  @agentCode = agentCode
  @password = password
  @date = date
end

Instance Attribute Details

- (Object) agentCode

Returns the value of attribute agentCode



1435
1436
1437
# File 'lib/default.rb', line 1435

def agentCode
  @agentCode
end

- (Object) date

Returns the value of attribute date



1437
1438
1439
# File 'lib/default.rb', line 1437

def date
  @date
end

- (Object) password

Returns the value of attribute password



1436
1437
1438
# File 'lib/default.rb', line 1436

def password
  @password
end