Class: GetSmartDialSettings

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

Overview

http://pennytel.comgetSmartDialSettings

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil, options = []) ⇒ GetSmartDialSettings

Returns a new instance of GetSmartDialSettings.



104
105
106
107
108
# File 'lib/default.rb', line 104

def initialize(id = nil, password = nil, options = [])
  @id = id
  @password = password
  @options = options
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



100
101
102
# File 'lib/default.rb', line 100

def id
  @id
end

#optionsObject

Returns the value of attribute options.



102
103
104
# File 'lib/default.rb', line 102

def options
  @options
end

#passwordObject

Returns the value of attribute password.



101
102
103
# File 'lib/default.rb', line 101

def password
  @password
end