Class: SetProfile

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

Overview

http://pennytel.comsetProfile

id - SOAP::SOAPString
password - SOAP::SOAPString
contact - PennyTelContact

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil, contact = nil) ⇒ SetProfile

Returns a new instance of SetProfile.



317
318
319
320
321
# File 'lib/default.rb', line 317

def initialize(id = nil, password = nil, contact = nil)
  @id = id
  @password = password
  @contact = contact
end

Instance Attribute Details

#contactObject

Returns the value of attribute contact.



315
316
317
# File 'lib/default.rb', line 315

def contact
  @contact
end

#idObject

Returns the value of attribute id.



313
314
315
# File 'lib/default.rb', line 313

def id
  @id
end

#passwordObject

Returns the value of attribute password.



314
315
316
# File 'lib/default.rb', line 314

def password
  @password
end