Class: RemoveAllowQuickDial
- Inherits:
-
Object
- Object
- RemoveAllowQuickDial
- Defined in:
- lib/default.rb
Overview
http://pennytel.comremoveAllowQuickDial
id - SOAP::SOAPString
password - SOAP::SOAPString
numbers - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#numbers ⇒ Object
Returns the value of attribute numbers.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(id = nil, password = nil, numbers = []) ⇒ RemoveAllowQuickDial
constructor
A new instance of RemoveAllowQuickDial.
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
#id ⇒ Object
Returns the value of attribute id.
251 252 253 |
# File 'lib/default.rb', line 251 def id @id end |
#numbers ⇒ Object
Returns the value of attribute numbers.
253 254 255 |
# File 'lib/default.rb', line 253 def numbers @numbers end |
#password ⇒ Object
Returns the value of attribute password.
252 253 254 |
# File 'lib/default.rb', line 252 def password @password end |