Class: GetAllowQuickDial

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

Overview

http://pennytel.comgetAllowQuickDial

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



272
273
274
# File 'lib/default.rb', line 272

def id
  @id
end

#passwordObject

Returns the value of attribute password.



273
274
275
# File 'lib/default.rb', line 273

def password
  @password
end