Class: GetAllowQuickDial
- Inherits:
-
Object
- Object
- GetAllowQuickDial
- Defined in:
- lib/default.rb
Overview
http://pennytel.comgetAllowQuickDial
id - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(id = nil, password = nil) ⇒ GetAllowQuickDial
constructor
A new instance of GetAllowQuickDial.
Constructor Details
#initialize(id = nil, password = nil) ⇒ GetAllowQuickDial
Returns a new instance of GetAllowQuickDial.
275 276 277 278 |
# File 'lib/default.rb', line 275 def initialize(id = nil, password = nil) @id = id @password = password end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
272 273 274 |
# File 'lib/default.rb', line 272 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
273 274 275 |
# File 'lib/default.rb', line 273 def password @password end |