Class: GetACHEFTPaymentBoxJournalCSV_x0020_V1

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

Overview

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

agentCode - SOAP::SOAPString
password - SOAP::SOAPString
from - SOAP::SOAPDateTime
to - SOAP::SOAPDateTime

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetACHEFTPaymentBoxJournalCSV_x0020_V1) initialize(agentCode = nil, password = nil, from = nil, to = nil)

Returns a new instance of GetACHEFTPaymentBoxJournalCSV_x0020_V1



1854
1855
1856
1857
1858
1859
# File 'lib/default.rb', line 1854

def initialize(agentCode = nil, password = nil, from = nil, to = nil)
  @agentCode = agentCode
  @password = password
  @from = from
  @to = to
end

Instance Attribute Details

- (Object) agentCode

Returns the value of attribute agentCode



1849
1850
1851
# File 'lib/default.rb', line 1849

def agentCode
  @agentCode
end

- (Object) from

Returns the value of attribute from



1851
1852
1853
# File 'lib/default.rb', line 1851

def from
  @from
end

- (Object) password

Returns the value of attribute password



1850
1851
1852
# File 'lib/default.rb', line 1850

def password
  @password
end

- (Object) to

Returns the value of attribute to



1852
1853
1854
# File 'lib/default.rb', line 1852

def to
  @to
end