Class: Tripletexer::Endpoints::AbstractEndpoint
- Inherits:
-
Object
- Object
- Tripletexer::Endpoints::AbstractEndpoint
- Includes:
- FormatHelpers
- Defined in:
- lib/tripletexer/endpoints/abstract_endpoint.rb
Direct Known Subclasses
Activity, Address, Company, Contact, Country, 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, Project, Project::Category, Supplier, Timesheet, Timesheet::Entry, Timesheet::TimeClock, Token, Token::Consumer, Token::Session
Instance Method Summary collapse
-
#initialize(connection) ⇒ AbstractEndpoint
constructor
A new instance of AbstractEndpoint.
Methods included from FormatHelpers
Constructor Details
#initialize(connection) ⇒ AbstractEndpoint
Returns a new instance of AbstractEndpoint.
10 11 12 |
# File 'lib/tripletexer/endpoints/abstract_endpoint.rb', line 10 def initialize(connection) @connection = connection end |