Class: TriggerCallback

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

Overview

http://pennytel.comtriggerCallback

id - SOAP::SOAPString
password - SOAP::SOAPString
leg1 - SOAP::SOAPString
leg2 - SOAP::SOAPString
date - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil, leg1 = nil, leg2 = nil, date = nil) ⇒ TriggerCallback

Returns a new instance of TriggerCallback.



460
461
462
463
464
465
466
# File 'lib/default.rb', line 460

def initialize(id = nil, password = nil, leg1 = nil, leg2 = nil, date = nil)
  @id = id
  @password = password
  @leg1 = leg1
  @leg2 = leg2
  @date = date
end

Instance Attribute Details

#dateObject

Returns the value of attribute date.



458
459
460
# File 'lib/default.rb', line 458

def date
  @date
end

#idObject

Returns the value of attribute id.



454
455
456
# File 'lib/default.rb', line 454

def id
  @id
end

#leg1Object

Returns the value of attribute leg1.



456
457
458
# File 'lib/default.rb', line 456

def leg1
  @leg1
end

#leg2Object

Returns the value of attribute leg2.



457
458
459
# File 'lib/default.rb', line 457

def leg2
  @leg2
end

#passwordObject

Returns the value of attribute password.



455
456
457
# File 'lib/default.rb', line 455

def password
  @password
end