Class: GetCCJournalCSV_x0020_V1

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

Overview

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

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

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

Returns a new instance of GetCCJournalCSV_x0020_V1



1237
1238
1239
1240
1241
# File 'lib/default.rb', line 1237

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



1233
1234
1235
# File 'lib/default.rb', line 1233

def agentCode
  @agentCode
end

- (Object) date

Returns the value of attribute date



1235
1236
1237
# File 'lib/default.rb', line 1235

def date
  @date
end

- (Object) password

Returns the value of attribute password



1234
1235
1236
# File 'lib/default.rb', line 1234

def password
  @password
end