Class: AddSmartDialForward
- Inherits:
-
Object
- Object
- AddSmartDialForward
- Defined in:
- lib/default.rb
Overview
http://pennytel.comaddSmartDialForward
id - SOAP::SOAPString
password - SOAP::SOAPString
access - SOAP::SOAPString
numbers - SOAP::SOAPString
Instance Attribute Summary collapse
-
#access ⇒ Object
Returns the value of attribute access.
-
#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, access = [], numbers = []) ⇒ AddSmartDialForward
constructor
A new instance of AddSmartDialForward.
Constructor Details
#initialize(id = nil, password = nil, access = [], numbers = []) ⇒ AddSmartDialForward
Returns a new instance of AddSmartDialForward.
149 150 151 152 153 154 |
# File 'lib/default.rb', line 149 def initialize(id = nil, password = nil, access = [], numbers = []) @id = id @password = password @access = access @numbers = numbers end |
Instance Attribute Details
#access ⇒ Object
Returns the value of attribute access.
146 147 148 |
# File 'lib/default.rb', line 146 def access @access end |
#id ⇒ Object
Returns the value of attribute id.
144 145 146 |
# File 'lib/default.rb', line 144 def id @id end |
#numbers ⇒ Object
Returns the value of attribute numbers.
147 148 149 |
# File 'lib/default.rb', line 147 def numbers @numbers end |
#password ⇒ Object
Returns the value of attribute password.
145 146 147 |
# File 'lib/default.rb', line 145 def password @password end |