Class: Myfinance::Resources::Base
- Inherits:
-
Object
- Object
- Myfinance::Resources::Base
- Defined in:
- lib/myfinance/resources/base.rb
Direct Known Subclasses
Account, Attachment, BankStatement, Category, ClassificationCenter, CreditCard, CreditCardTransaction, CustomClassifier, CustomClassifierValue, DepositAccount, Entity, FinancialAccount, FinancialTransaction, Person, Reconcile, Sale, SaleAccount, SaleRule, Tax, Webhook
Instance Attribute Summary collapse
-
#http ⇒ Object
Returns the value of attribute http.
Instance Method Summary collapse
-
#initialize(http) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(http) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/myfinance/resources/base.rb', line 6 def initialize(http) @http = http end |
Instance Attribute Details
#http ⇒ Object
Returns the value of attribute http.
4 5 6 |
# File 'lib/myfinance/resources/base.rb', line 4 def http @http end |