Class: AddAllowQuickDial

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

Overview

http://pennytel.comaddAllowQuickDial

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil, numbers = []) ⇒ AddAllowQuickDial

Returns a new instance of AddAllowQuickDial.



233
234
235
236
237
# File 'lib/default.rb', line 233

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



229
230
231
# File 'lib/default.rb', line 229

def id
  @id
end

#numbersObject

Returns the value of attribute numbers.



231
232
233
# File 'lib/default.rb', line 231

def numbers
  @numbers
end

#passwordObject

Returns the value of attribute password.



230
231
232
# File 'lib/default.rb', line 230

def password
  @password
end