Class: Ontrac::WebServices::Service::Credentials
- Inherits:
-
Struct
- Object
- Struct
- Ontrac::WebServices::Service::Credentials
- Defined in:
- lib/ontrac/web_services/service.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
13 14 15 |
# File 'lib/ontrac/web_services/service.rb', line 13 def account @account end |
#password ⇒ Object
Returns the value of attribute password
13 14 15 |
# File 'lib/ontrac/web_services/service.rb', line 13 def password @password end |