Module: Fakturoid::Api::Base
- Included in:
- Account, BankAccount, Event, Expense, ExpensePayment, Generator, InboxFile, InventoryItem, InventoryMove, Invoice, InvoiceMessage, InvoicePayment, NumberFormat, RecurringGenerator, Subject, Todo, User, Webhook
- Defined in:
- lib/fakturoid/api/base.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
6 7 8 |
# File 'lib/fakturoid/api/base.rb', line 6 def client @client end |
Instance Method Details
#initialize(client) ⇒ Object
8 9 10 |
# File 'lib/fakturoid/api/base.rb', line 8 def initialize(client) @client = client end |