Class: Tripletexer::Endpoints::AbstractEndpoint
- Inherits:
-
Object
- Object
- Tripletexer::Endpoints::AbstractEndpoint
- Defined in:
- lib/tripletexer/endpoints/abstract_endpoint.rb
Direct Known Subclasses
Activity, Address, Company, Contact, Country, Crm, Crm::Prospect, Currency, Customer, Customer::Category, Department, Employee, Employee::Entitlement, Inventory, Invoice, Invoice::PaymentType, Ledger, Ledger::Account, Ledger::AccountingPeriod, Ledger::AnnualAccount, Ledger::CloseGroup, Ledger::Posting, Ledger::VatType, Ledger::Voucher, Ledger::VoucherType, Order, Order::Orderline, Product, Product::Unit, Project, Project::Category, Supplier, Timesheet, Timesheet::Entry, Timesheet::TimeClock, Token, Token::Consumer, Token::Session
Instance Method Summary collapse
-
#initialize(api_client) ⇒ AbstractEndpoint
constructor
A new instance of AbstractEndpoint.
Constructor Details
#initialize(api_client) ⇒ AbstractEndpoint
Returns a new instance of AbstractEndpoint.
6 7 8 |
# File 'lib/tripletexer/endpoints/abstract_endpoint.rb', line 6 def initialize(api_client) @api_client = api_client end |