Class: Hastests::Account
- Inherits:
-
Object
- Object
- Hastests::Account
- Defined in:
- lib/hastests/account.rb
Instance Attribute Summary collapse
-
#token ⇒ Object
Returns the value of attribute token.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
- #add_program(script) ⇒ Object
-
#initialize(url = nil, token = nil) ⇒ Account
constructor
A new instance of Account.
Constructor Details
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
7 8 9 |
# File 'lib/hastests/account.rb', line 7 def token @token end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/hastests/account.rb', line 7 def url @url end |