Class: Moneylovercli::Api::MoneyLover
- Defined in:
- lib/moneylovercli/api/money_lover.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token:) ⇒ MoneyLover
constructor
A new instance of MoneyLover.
Constructor Details
#initialize(token:) ⇒ MoneyLover
Returns a new instance of MoneyLover.
9 10 11 |
# File 'lib/moneylovercli/api/money_lover.rb', line 9 def initialize(token:) @token = token end |
Instance Attribute Details
#token ⇒ Object
Returns the value of attribute token.
7 8 9 |
# File 'lib/moneylovercli/api/money_lover.rb', line 7 def token @token end |