Class: RemoveAllowQuickDial

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

Overview

http://pennytel.comremoveAllowQuickDial

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 = []) ⇒ RemoveAllowQuickDial

Returns a new instance of RemoveAllowQuickDial.



255
256
257
258
259
# File 'lib/default.rb', line 255

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



251
252
253
# File 'lib/default.rb', line 251

def id
  @id
end

#numbersObject

Returns the value of attribute numbers.



253
254
255
# File 'lib/default.rb', line 253

def numbers
  @numbers
end

#passwordObject

Returns the value of attribute password.



252
253
254
# File 'lib/default.rb', line 252

def password
  @password
end