Class: GetAccount
- Inherits:
-
Object
- Object
- GetAccount
- Defined in:
- lib/default.rb
Overview
http://pennytel.comgetAccount
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) ⇒ GetAccount
constructor
A new instance of GetAccount.
Constructor Details
#initialize(id = nil, password = nil) ⇒ GetAccount
Returns a new instance of GetAccount.
122 123 124 125 |
# File 'lib/default.rb', line 122 def initialize(id = nil, password = nil) @id = id @password = password end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
119 120 121 |
# File 'lib/default.rb', line 119 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
120 121 122 |
# File 'lib/default.rb', line 120 def password @password end |