Class: GetCCPaymentBoxJournalCSV_x0020_V1

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

Overview

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

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

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

Returns a new instance of GetCCPaymentBoxJournalCSV_x0020_V1



1731
1732
1733
1734
1735
1736
# File 'lib/default.rb', line 1731

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



1726
1727
1728
# File 'lib/default.rb', line 1726

def agentCode
  @agentCode
end

- (Object) from

Returns the value of attribute from



1728
1729
1730
# File 'lib/default.rb', line 1728

def from
  @from
end

- (Object) password

Returns the value of attribute password



1727
1728
1729
# File 'lib/default.rb', line 1727

def password
  @password
end

- (Object) to

Returns the value of attribute to



1729
1730
1731
# File 'lib/default.rb', line 1729

def to
  @to
end