Module: Cashboard
- Defined in:
- lib/cashboard.rb,
lib/cashboard/base.rb,
lib/cashboard/errors.rb,
lib/cashboard/account.rb,
lib/cashboard/expense.rb,
lib/cashboard/invoice.rb,
lib/cashboard/payment.rb,
lib/cashboard/project.rb,
lib/cashboard/version.rb,
lib/cashboard/employee.rb,
lib/cashboard/estimate.rb,
lib/cashboard/line_item.rb,
lib/cashboard/time_entry.rb,
lib/cashboard/behaviors/base.rb,
lib/cashboard/client_company.rb,
lib/cashboard/client_contact.rb,
lib/cashboard/invoice_payment.rb,
lib/cashboard/document_template.rb,
lib/cashboard/invoice_line_item.rb,
lib/cashboard/company_membership.rb,
lib/cashboard/project_assignment.rb
Defined Under Namespace
Modules: Behaviors Classes: Account, BadRequest, Base, ClientCompany, ClientContact, CompanyMembership, DocumentTemplate, Employee, Estimate, Expense, Forbidden, HTTPError, Invoice, InvoiceLineItem, InvoicePayment, LineItem, NotFound, Payment, PaymentRequired, Project, ProjectAssignment, RateLimited, ServerError, Struct, TimeEntry, Unauthorized, Unavailable
Constant Summary collapse
- IGNORED_XML_KEYS =
When reading the parsed hashes generated from parser we ignore these pairs.
['rel', 'read_only']
- VERSION =
"1.0.2".freeze