Class: AddSmartDialForward

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accessObject

Returns the value of attribute access.



146
147
148
# File 'lib/default.rb', line 146

def access
  @access
end

#idObject

Returns the value of attribute id.



144
145
146
# File 'lib/default.rb', line 144

def id
  @id
end

#numbersObject

Returns the value of attribute numbers.



147
148
149
# File 'lib/default.rb', line 147

def numbers
  @numbers
end

#passwordObject

Returns the value of attribute password.



145
146
147
# File 'lib/default.rb', line 145

def password
  @password
end