Module: WiteiWebApi
- Defined in:
- lib/witei_web_api.rb,
lib/witei_web_api/base.rb,
lib/witei_web_api/agent.rb,
lib/witei_web_api/version.rb
Defined Under Namespace
Classes: Agent, Base, Contact, House, OfficeUser
Constant Summary collapse
- VERSION =
'0.2.2'
Class Attribute Summary collapse
-
.login ⇒ Object
Returns the value of attribute login.
-
.password ⇒ Object
Returns the value of attribute password.
Class Attribute Details
.login ⇒ Object
Returns the value of attribute login.
18 19 20 |
# File 'lib/witei_web_api.rb', line 18 def login @login end |
.password ⇒ Object
Returns the value of attribute password.
18 19 20 |
# File 'lib/witei_web_api.rb', line 18 def password @password end |