Class: GetProfile

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

Overview

http://pennytel.comgetProfile

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, password = nil) ⇒ GetProfile

Returns a new instance of GetProfile.



679
680
681
682
# File 'lib/default.rb', line 679

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



676
677
678
# File 'lib/default.rb', line 676

def id
  @id
end

#passwordObject

Returns the value of attribute password.



677
678
679
# File 'lib/default.rb', line 677

def password
  @password
end