Class: GetProfile
- Inherits:
-
Object
- Object
- GetProfile
- Defined in:
- lib/default.rb
Overview
http://pennytel.comgetProfile
id - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(id = nil, password = nil) ⇒ GetProfile
constructor
A new instance of GetProfile.
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
#id ⇒ Object
Returns the value of attribute id.
676 677 678 |
# File 'lib/default.rb', line 676 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
677 678 679 |
# File 'lib/default.rb', line 677 def password @password end |