Class: GetSmartDialForward

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

Overview

http://pennytel.comgetSmartDialForward

id - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil) ⇒ GetSmartDialForward

Returns a new instance of GetSmartDialForward.



170
171
172
173
# File 'lib/default.rb', line 170

def initialize(id = nil, password = nil)
  @id = id
  @password = password
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



167
168
169
# File 'lib/default.rb', line 167

def id
  @id
end

#passwordObject

Returns the value of attribute password.



168
169
170
# File 'lib/default.rb', line 168

def password
  @password
end