Class: RemoveSmartDialForward
- Inherits:
-
Object
- Object
- RemoveSmartDialForward
- Defined in:
- lib/default.rb
Overview
http://pennytel.comremoveSmartDialForward
id - SOAP::SOAPString
password - SOAP::SOAPString
access - SOAP::SOAPString
Instance Attribute Summary collapse
-
#access ⇒ Object
Returns the value of attribute access.
-
#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, access = []) ⇒ RemoveSmartDialForward
constructor
A new instance of RemoveSmartDialForward.
Constructor Details
#initialize(id = nil, password = nil, access = []) ⇒ RemoveSmartDialForward
Returns a new instance of RemoveSmartDialForward.
189 190 191 192 193 |
# File 'lib/default.rb', line 189 def initialize(id = nil, password = nil, access = []) @id = id @password = password @access = access end |
Instance Attribute Details
#access ⇒ Object
Returns the value of attribute access.
187 188 189 |
# File 'lib/default.rb', line 187 def access @access end |
#id ⇒ Object
Returns the value of attribute id.
185 186 187 |
# File 'lib/default.rb', line 185 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
186 187 188 |
# File 'lib/default.rb', line 186 def password @password end |