Class: GetAccount

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

Overview

http://pennytel.comgetAccount

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



119
120
121
# File 'lib/default.rb', line 119

def id
  @id
end

#passwordObject

Returns the value of attribute password.



120
121
122
# File 'lib/default.rb', line 120

def password
  @password
end