Class: RemoveSmartDialForward

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

Overview

http://pennytel.comremoveSmartDialForward

id - SOAP::SOAPString
password - SOAP::SOAPString
access - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accessObject

Returns the value of attribute access.



187
188
189
# File 'lib/default.rb', line 187

def access
  @access
end

#idObject

Returns the value of attribute id.



185
186
187
# File 'lib/default.rb', line 185

def id
  @id
end

#passwordObject

Returns the value of attribute password.



186
187
188
# File 'lib/default.rb', line 186

def password
  @password
end