xero-ruby 0.2.4 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (463) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +76 -0
  3. data/CONTRIBUTING.md +82 -0
  4. data/Gemfile.lock +68 -0
  5. data/LICENSE +21 -0
  6. data/README.md +155 -436
  7. data/build_notes.md +17 -0
  8. data/docs/{Account.md → accounting/Account.md} +3 -3
  9. data/docs/accounting/AccountType.md +16 -0
  10. data/docs/{AccountingApi.md → accounting/AccountingApi.md} +4990 -1787
  11. data/docs/{Accounts.md → accounting/Accounts.md} +3 -3
  12. data/docs/{AccountsPayable.md → accounting/AccountsPayable.md} +3 -3
  13. data/docs/{AccountsReceivable.md → accounting/AccountsReceivable.md} +3 -3
  14. data/docs/{Address.md → accounting/Address.md} +3 -3
  15. data/docs/accounting/Allocation.md +31 -0
  16. data/docs/{Allocations.md → accounting/Allocations.md} +3 -3
  17. data/docs/{Attachment.md → accounting/Attachment.md} +3 -3
  18. data/docs/{Attachments.md → accounting/Attachments.md} +3 -3
  19. data/docs/{Balances.md → accounting/Balances.md} +3 -3
  20. data/docs/{BankTransaction.md → accounting/BankTransaction.md} +3 -3
  21. data/docs/{BankTransactions.md → accounting/BankTransactions.md} +3 -3
  22. data/docs/{BankTransfer.md → accounting/BankTransfer.md} +4 -4
  23. data/docs/{BankTransfers.md → accounting/BankTransfers.md} +3 -3
  24. data/docs/{BatchPayment.md → accounting/BatchPayment.md} +4 -4
  25. data/docs/{BatchPaymentDetails.md → accounting/BatchPaymentDetails.md} +3 -3
  26. data/docs/{BatchPayments.md → accounting/BatchPayments.md} +3 -3
  27. data/docs/{Bill.md → accounting/Bill.md} +3 -3
  28. data/docs/{BrandingTheme.md → accounting/BrandingTheme.md} +3 -3
  29. data/docs/{BrandingThemes.md → accounting/BrandingThemes.md} +3 -3
  30. data/docs/{CISOrgSetting.md → accounting/CISOrgSetting.md} +3 -3
  31. data/docs/{CISSetting.md → accounting/CISSetting.md} +3 -3
  32. data/docs/{CISSettings.md → accounting/CISSettings.md} +3 -3
  33. data/docs/{Contact.md → accounting/Contact.md} +5 -5
  34. data/docs/{ContactGroup.md → accounting/ContactGroup.md} +3 -3
  35. data/docs/{ContactGroups.md → accounting/ContactGroups.md} +3 -3
  36. data/docs/{ContactPerson.md → accounting/ContactPerson.md} +3 -3
  37. data/docs/{Contacts.md → accounting/Contacts.md} +3 -3
  38. data/docs/accounting/CountryCode.md +16 -0
  39. data/docs/{CreditNote.md → accounting/CreditNote.md} +5 -5
  40. data/docs/{CreditNotes.md → accounting/CreditNotes.md} +3 -3
  41. data/docs/{Currencies.md → accounting/Currencies.md} +3 -3
  42. data/docs/{Currency.md → accounting/Currency.md} +3 -3
  43. data/docs/accounting/CurrencyCode.md +16 -0
  44. data/docs/{Element.md → accounting/Element.md} +3 -3
  45. data/docs/{Employee.md → accounting/Employee.md} +3 -3
  46. data/docs/{Employees.md → accounting/Employees.md} +3 -3
  47. data/docs/{Error.md → accounting/Error.md} +3 -3
  48. data/docs/{ExpenseClaim.md → accounting/ExpenseClaim.md} +3 -3
  49. data/docs/{ExpenseClaims.md → accounting/ExpenseClaims.md} +3 -3
  50. data/docs/{ExternalLink.md → accounting/ExternalLink.md} +3 -3
  51. data/docs/{HistoryRecord.md → accounting/HistoryRecord.md} +3 -3
  52. data/docs/{HistoryRecords.md → accounting/HistoryRecords.md} +3 -3
  53. data/docs/{Invoice.md → accounting/Invoice.md} +5 -5
  54. data/docs/{InvoiceReminder.md → accounting/InvoiceReminder.md} +3 -3
  55. data/docs/{InvoiceReminders.md → accounting/InvoiceReminders.md} +3 -3
  56. data/docs/{Invoices.md → accounting/Invoices.md} +3 -3
  57. data/docs/{Item.md → accounting/Item.md} +3 -3
  58. data/docs/{Items.md → accounting/Items.md} +3 -3
  59. data/docs/{Journal.md → accounting/Journal.md} +4 -4
  60. data/docs/{JournalLine.md → accounting/JournalLine.md} +3 -3
  61. data/docs/{Journals.md → accounting/Journals.md} +3 -3
  62. data/docs/accounting/LineAmountTypes.md +16 -0
  63. data/docs/{LineItem.md → accounting/LineItem.md} +3 -3
  64. data/docs/{LineItemTracking.md → accounting/LineItemTracking.md} +3 -3
  65. data/docs/{LinkedTransaction.md → accounting/LinkedTransaction.md} +3 -3
  66. data/docs/{LinkedTransactions.md → accounting/LinkedTransactions.md} +3 -3
  67. data/docs/{ManualJournal.md → accounting/ManualJournal.md} +3 -3
  68. data/docs/{ManualJournalLine.md → accounting/ManualJournalLine.md} +5 -3
  69. data/docs/{ManualJournals.md → accounting/ManualJournals.md} +3 -3
  70. data/docs/{OnlineInvoice.md → accounting/OnlineInvoice.md} +3 -3
  71. data/docs/{OnlineInvoices.md → accounting/OnlineInvoices.md} +3 -3
  72. data/docs/{Organisation.md → accounting/Organisation.md} +6 -4
  73. data/docs/{Organisations.md → accounting/Organisations.md} +3 -3
  74. data/docs/{Overpayment.md → accounting/Overpayment.md} +3 -3
  75. data/docs/{Overpayments.md → accounting/Overpayments.md} +3 -3
  76. data/docs/{Payment.md → accounting/Payment.md} +9 -7
  77. data/docs/{PaymentDelete.md → accounting/PaymentDelete.md} +3 -3
  78. data/docs/{PaymentService.md → accounting/PaymentService.md} +3 -3
  79. data/docs/{PaymentServices.md → accounting/PaymentServices.md} +3 -3
  80. data/docs/{PaymentTerm.md → accounting/PaymentTerm.md} +3 -3
  81. data/docs/{PaymentTermType.md → accounting/PaymentTermType.md} +3 -3
  82. data/docs/{Payments.md → accounting/Payments.md} +3 -3
  83. data/docs/{Phone.md → accounting/Phone.md} +3 -3
  84. data/docs/{Prepayment.md → accounting/Prepayment.md} +3 -3
  85. data/docs/{Prepayments.md → accounting/Prepayments.md} +3 -3
  86. data/docs/{Purchase.md → accounting/Purchase.md} +3 -3
  87. data/docs/{PurchaseOrder.md → accounting/PurchaseOrder.md} +3 -3
  88. data/docs/{PurchaseOrders.md → accounting/PurchaseOrders.md} +3 -3
  89. data/docs/{Quote.md → accounting/Quote.md} +10 -6
  90. data/docs/{QuoteLineAmountTypes.md → accounting/QuoteLineAmountTypes.md} +3 -3
  91. data/docs/{QuoteStatusCodes.md → accounting/QuoteStatusCodes.md} +3 -3
  92. data/docs/{Quotes.md → accounting/Quotes.md} +3 -3
  93. data/docs/{Receipt.md → accounting/Receipt.md} +3 -3
  94. data/docs/{Receipts.md → accounting/Receipts.md} +3 -3
  95. data/docs/{RepeatingInvoice.md → accounting/RepeatingInvoice.md} +3 -3
  96. data/docs/{RepeatingInvoices.md → accounting/RepeatingInvoices.md} +3 -3
  97. data/docs/{Report.md → accounting/Report.md} +4 -4
  98. data/docs/{ReportAttribute.md → accounting/ReportAttribute.md} +3 -3
  99. data/docs/{ReportCell.md → accounting/ReportCell.md} +3 -3
  100. data/docs/{ReportFields.md → accounting/ReportFields.md} +3 -3
  101. data/docs/{ReportRow.md → accounting/ReportRow.md} +3 -3
  102. data/docs/{ReportRows.md → accounting/ReportRows.md} +3 -3
  103. data/docs/{ReportWithRow.md → accounting/ReportWithRow.md} +3 -3
  104. data/docs/{ReportWithRows.md → accounting/ReportWithRows.md} +3 -3
  105. data/docs/{Reports.md → accounting/Reports.md} +3 -3
  106. data/docs/{RequestEmpty.md → accounting/RequestEmpty.md} +3 -3
  107. data/docs/{RowType.md → accounting/RowType.md} +3 -3
  108. data/docs/{SalesTrackingCategory.md → accounting/SalesTrackingCategory.md} +3 -3
  109. data/docs/{Schedule.md → accounting/Schedule.md} +3 -3
  110. data/docs/{TaxComponent.md → accounting/TaxComponent.md} +3 -3
  111. data/docs/{TaxRate.md → accounting/TaxRate.md} +3 -3
  112. data/docs/{TaxRates.md → accounting/TaxRates.md} +3 -3
  113. data/docs/{TaxType.md → accounting/TaxType.md} +3 -3
  114. data/docs/{TenNinteyNineContact.md → accounting/TenNinetyNineContact.md} +3 -3
  115. data/docs/{TimeZone.md → accounting/TimeZone.md} +3 -3
  116. data/docs/{TrackingCategories.md → accounting/TrackingCategories.md} +3 -3
  117. data/docs/{TrackingCategory.md → accounting/TrackingCategory.md} +3 -3
  118. data/docs/{TrackingOption.md → accounting/TrackingOption.md} +3 -3
  119. data/docs/{TrackingOptions.md → accounting/TrackingOptions.md} +3 -3
  120. data/docs/{User.md → accounting/User.md} +3 -3
  121. data/docs/{Users.md → accounting/Users.md} +3 -3
  122. data/docs/{ValidationError.md → accounting/ValidationError.md} +3 -3
  123. data/docs/assets/Asset.md +45 -0
  124. data/docs/assets/AssetApi.md +438 -0
  125. data/docs/{CurrencyCode.md → assets/AssetStatus.md} +3 -3
  126. data/docs/assets/AssetStatusQueryParam.md +16 -0
  127. data/docs/assets/AssetType.md +29 -0
  128. data/docs/assets/Assets.md +19 -0
  129. data/docs/assets/BookDepreciationDetail.md +29 -0
  130. data/docs/assets/BookDepreciationSetting.md +31 -0
  131. data/docs/assets/Error.md +25 -0
  132. data/docs/assets/FieldValidationErrorsElement.md +27 -0
  133. data/docs/assets/Pagination.md +23 -0
  134. data/docs/assets/ResourceValidationErrorsElement.md +25 -0
  135. data/docs/assets/Setting.md +31 -0
  136. data/docs/projects/Amount.md +19 -0
  137. data/docs/{AccountType.md → projects/ChargeType.md} +3 -3
  138. data/docs/{CountryCode.md → projects/CurrencyCode.md} +3 -3
  139. data/docs/projects/Error.md +19 -0
  140. data/docs/projects/Pagination.md +23 -0
  141. data/docs/projects/Project.md +59 -0
  142. data/docs/projects/ProjectApi.md +979 -0
  143. data/docs/projects/ProjectCreateOrUpdate.md +23 -0
  144. data/docs/projects/ProjectPatch.md +17 -0
  145. data/docs/{LineAmountTypes.md → projects/ProjectStatus.md} +3 -3
  146. data/docs/projects/ProjectUser.md +21 -0
  147. data/docs/projects/ProjectUsers.md +19 -0
  148. data/docs/projects/Projects.md +19 -0
  149. data/docs/projects/Task.md +45 -0
  150. data/docs/projects/TaskCreateOrUpdate.md +23 -0
  151. data/docs/projects/Tasks.md +19 -0
  152. data/docs/projects/TimeEntries.md +19 -0
  153. data/docs/projects/TimeEntry.md +33 -0
  154. data/docs/projects/TimeEntryCreateOrUpdate.md +25 -0
  155. data/lib/xero-ruby.rb +148 -122
  156. data/lib/xero-ruby/api/accounting_api.rb +166 -29
  157. data/lib/xero-ruby/api/asset_api.rb +452 -0
  158. data/lib/xero-ruby/api/project_api.rb +1035 -0
  159. data/lib/xero-ruby/api_client.rb +237 -74
  160. data/lib/xero-ruby/api_error.rb +2 -2
  161. data/lib/xero-ruby/configuration.rb +35 -25
  162. data/lib/xero-ruby/models/{account.rb → accounting/account.rb} +65 -24
  163. data/lib/xero-ruby/models/{account_type.rb → accounting/account_type.rb} +3 -3
  164. data/lib/xero-ruby/models/{accounts.rb → accounting/accounts.rb} +12 -7
  165. data/lib/xero-ruby/models/{accounts_payable.rb → accounting/accounts_payable.rb} +15 -9
  166. data/lib/xero-ruby/models/{accounts_receivable.rb → accounting/accounts_receivable.rb} +15 -9
  167. data/lib/xero-ruby/models/{address.rb → accounting/address.rb} +23 -16
  168. data/lib/xero-ruby/models/accounting/allocation.rb +295 -0
  169. data/lib/xero-ruby/models/{allocations.rb → accounting/allocations.rb} +12 -7
  170. data/lib/xero-ruby/models/{attachment.rb → accounting/attachment.rb} +16 -12
  171. data/lib/xero-ruby/models/{attachments.rb → accounting/attachments.rb} +12 -7
  172. data/lib/xero-ruby/models/{balances.rb → accounting/balances.rb} +13 -7
  173. data/lib/xero-ruby/models/{bank_transaction.rb → accounting/bank_transaction.rb} +47 -28
  174. data/lib/xero-ruby/models/{bank_transactions.rb → accounting/bank_transactions.rb} +12 -7
  175. data/lib/xero-ruby/models/{bank_transfer.rb → accounting/bank_transfer.rb} +24 -18
  176. data/lib/xero-ruby/models/{bank_transfers.rb → accounting/bank_transfers.rb} +12 -7
  177. data/lib/xero-ruby/models/{batch_payment.rb → accounting/batch_payment.rb} +33 -23
  178. data/lib/xero-ruby/models/{batch_payment_details.rb → accounting/batch_payment_details.rb} +15 -11
  179. data/lib/xero-ruby/models/{batch_payments.rb → accounting/batch_payments.rb} +12 -7
  180. data/lib/xero-ruby/models/{bill.rb → accounting/bill.rb} +12 -7
  181. data/lib/xero-ruby/models/{branding_theme.rb → accounting/branding_theme.rb} +17 -12
  182. data/lib/xero-ruby/models/{branding_themes.rb → accounting/branding_themes.rb} +12 -7
  183. data/lib/xero-ruby/models/{cis_org_setting.rb → accounting/cis_org_setting.rb} +13 -9
  184. data/lib/xero-ruby/models/{cis_setting.rb → accounting/cis_setting.rb} +12 -8
  185. data/lib/xero-ruby/models/{cis_settings.rb → accounting/cis_settings.rb} +12 -7
  186. data/lib/xero-ruby/models/{contact.rb → accounting/contact.rb} +55 -41
  187. data/lib/xero-ruby/models/{contact_group.rb → accounting/contact_group.rb} +16 -10
  188. data/lib/xero-ruby/models/{contact_groups.rb → accounting/contact_groups.rb} +12 -7
  189. data/lib/xero-ruby/models/{contact_person.rb → accounting/contact_person.rb} +14 -10
  190. data/lib/xero-ruby/models/{contacts.rb → accounting/contacts.rb} +12 -7
  191. data/lib/xero-ruby/models/{country_code.rb → accounting/country_code.rb} +3 -3
  192. data/lib/xero-ruby/models/{credit_note.rb → accounting/credit_note.rb} +51 -34
  193. data/lib/xero-ruby/models/{credit_notes.rb → accounting/credit_notes.rb} +12 -7
  194. data/lib/xero-ruby/models/{currencies.rb → accounting/currencies.rb} +12 -7
  195. data/lib/xero-ruby/models/{currency.rb → accounting/currency.rb} +13 -8
  196. data/lib/xero-ruby/models/{currency_code.rb → accounting/currency_code.rb} +5 -5
  197. data/lib/xero-ruby/models/{element.rb → accounting/element.rb} +18 -8
  198. data/lib/xero-ruby/models/{employee.rb → accounting/employee.rb} +21 -12
  199. data/lib/xero-ruby/models/{employees.rb → accounting/employees.rb} +12 -7
  200. data/lib/xero-ruby/models/{error.rb → accounting/error.rb} +14 -10
  201. data/lib/xero-ruby/models/{expense_claim.rb → accounting/expense_claim.rb} +30 -19
  202. data/lib/xero-ruby/models/{expense_claims.rb → accounting/expense_claims.rb} +12 -7
  203. data/lib/xero-ruby/models/{external_link.rb → accounting/external_link.rb} +18 -8
  204. data/lib/xero-ruby/models/{history_record.rb → accounting/history_record.rb} +14 -10
  205. data/lib/xero-ruby/models/{history_records.rb → accounting/history_records.rb} +12 -7
  206. data/lib/xero-ruby/models/{invoice.rb → accounting/invoice.rb} +73 -50
  207. data/lib/xero-ruby/models/{invoice_reminder.rb → accounting/invoice_reminder.rb} +11 -7
  208. data/lib/xero-ruby/models/{invoice_reminders.rb → accounting/invoice_reminders.rb} +12 -7
  209. data/lib/xero-ruby/models/{invoices.rb → accounting/invoices.rb} +12 -7
  210. data/lib/xero-ruby/models/{item.rb → accounting/item.rb} +28 -22
  211. data/lib/xero-ruby/models/{items.rb → accounting/items.rb} +12 -7
  212. data/lib/xero-ruby/models/{journal.rb → accounting/journal.rb} +44 -15
  213. data/lib/xero-ruby/models/{journal_line.rb → accounting/journal_line.rb} +25 -20
  214. data/lib/xero-ruby/models/{journals.rb → accounting/journals.rb} +12 -7
  215. data/lib/xero-ruby/models/{line_amount_types.rb → accounting/line_amount_types.rb} +3 -3
  216. data/lib/xero-ruby/models/{line_item.rb → accounting/line_item.rb} +29 -25
  217. data/lib/xero-ruby/models/{line_item_tracking.rb → accounting/line_item_tracking.rb} +14 -10
  218. data/lib/xero-ruby/models/{linked_transaction.rb → accounting/linked_transaction.rb} +29 -17
  219. data/lib/xero-ruby/models/{linked_transactions.rb → accounting/linked_transactions.rb} +12 -7
  220. data/lib/xero-ruby/models/{manual_journal.rb → accounting/manual_journal.rb} +29 -19
  221. data/lib/xero-ruby/models/{manual_journal_line.rb → accounting/manual_journal_line.rb} +30 -16
  222. data/lib/xero-ruby/models/{manual_journals.rb → accounting/manual_journals.rb} +12 -7
  223. data/lib/xero-ruby/models/{online_invoice.rb → accounting/online_invoice.rb} +11 -7
  224. data/lib/xero-ruby/models/{online_invoices.rb → accounting/online_invoices.rb} +12 -7
  225. data/lib/xero-ruby/models/{organisation.rb → accounting/organisation.rb} +126 -36
  226. data/lib/xero-ruby/models/{organisations.rb → accounting/organisations.rb} +12 -7
  227. data/lib/xero-ruby/models/{overpayment.rb → accounting/overpayment.rb} +40 -27
  228. data/lib/xero-ruby/models/{overpayments.rb → accounting/overpayments.rb} +12 -7
  229. data/lib/xero-ruby/models/{payment.rb → accounting/payment.rb} +61 -28
  230. data/lib/xero-ruby/models/{payment_delete.rb → accounting/payment_delete.rb} +11 -7
  231. data/lib/xero-ruby/models/{payment_service.rb → accounting/payment_service.rb} +16 -12
  232. data/lib/xero-ruby/models/{payment_services.rb → accounting/payment_services.rb} +12 -7
  233. data/lib/xero-ruby/models/{payment_term.rb → accounting/payment_term.rb} +13 -7
  234. data/lib/xero-ruby/models/{payment_term_type.rb → accounting/payment_term_type.rb} +3 -3
  235. data/lib/xero-ruby/models/{payments.rb → accounting/payments.rb} +12 -7
  236. data/lib/xero-ruby/models/{phone.rb → accounting/phone.rb} +20 -10
  237. data/lib/xero-ruby/models/{prepayment.rb → accounting/prepayment.rb} +41 -27
  238. data/lib/xero-ruby/models/{prepayments.rb → accounting/prepayments.rb} +12 -7
  239. data/lib/xero-ruby/models/{purchase.rb → accounting/purchase.rb} +15 -11
  240. data/lib/xero-ruby/models/{purchase_order.rb → accounting/purchase_order.rb} +49 -37
  241. data/lib/xero-ruby/models/{purchase_orders.rb → accounting/purchase_orders.rb} +12 -7
  242. data/lib/xero-ruby/models/{quote.rb → accounting/quote.rb} +63 -33
  243. data/lib/xero-ruby/models/{quote_line_amount_types.rb → accounting/quote_line_amount_types.rb} +3 -3
  244. data/lib/xero-ruby/models/{quote_status_codes.rb → accounting/quote_status_codes.rb} +4 -3
  245. data/lib/xero-ruby/models/{quotes.rb → accounting/quotes.rb} +12 -7
  246. data/lib/xero-ruby/models/{receipt.rb → accounting/receipt.rb} +36 -23
  247. data/lib/xero-ruby/models/{receipts.rb → accounting/receipts.rb} +12 -7
  248. data/lib/xero-ruby/models/{repeating_invoice.rb → accounting/repeating_invoice.rb} +34 -21
  249. data/lib/xero-ruby/models/{repeating_invoices.rb → accounting/repeating_invoices.rb} +12 -7
  250. data/lib/xero-ruby/models/{report.rb → accounting/report.rb} +19 -13
  251. data/lib/xero-ruby/models/{report_attribute.rb → accounting/report_attribute.rb} +13 -7
  252. data/lib/xero-ruby/models/{report_cell.rb → accounting/report_cell.rb} +13 -7
  253. data/lib/xero-ruby/models/{report_fields.rb → accounting/report_fields.rb} +14 -7
  254. data/lib/xero-ruby/models/{report_row.rb → accounting/report_row.rb} +14 -7
  255. data/lib/xero-ruby/models/{report_rows.rb → accounting/report_rows.rb} +15 -7
  256. data/lib/xero-ruby/models/{report_with_row.rb → accounting/report_with_row.rb} +19 -13
  257. data/lib/xero-ruby/models/{report_with_rows.rb → accounting/report_with_rows.rb} +12 -7
  258. data/lib/xero-ruby/models/{reports.rb → accounting/reports.rb} +12 -7
  259. data/lib/xero-ruby/models/{request_empty.rb → accounting/request_empty.rb} +11 -7
  260. data/lib/xero-ruby/models/{row_type.rb → accounting/row_type.rb} +3 -3
  261. data/lib/xero-ruby/models/{sales_tracking_category.rb → accounting/sales_tracking_category.rb} +12 -8
  262. data/lib/xero-ruby/models/{schedule.rb → accounting/schedule.rb} +27 -15
  263. data/lib/xero-ruby/models/{tax_component.rb → accounting/tax_component.rb} +15 -11
  264. data/lib/xero-ruby/models/{tax_rate.rb → accounting/tax_rate.rb} +104 -22
  265. data/lib/xero-ruby/models/{tax_rates.rb → accounting/tax_rates.rb} +12 -7
  266. data/lib/xero-ruby/models/{tax_type.rb → accounting/tax_type.rb} +7 -3
  267. data/lib/xero-ruby/models/{ten_nintey_nine_contact.rb → accounting/ten_ninety_nine_contact.rb} +46 -42
  268. data/lib/xero-ruby/models/{time_zone.rb → accounting/time_zone.rb} +3 -3
  269. data/lib/xero-ruby/models/{tracking_categories.rb → accounting/tracking_categories.rb} +12 -7
  270. data/lib/xero-ruby/models/{tracking_category.rb → accounting/tracking_category.rb} +19 -12
  271. data/lib/xero-ruby/models/{tracking_option.rb → accounting/tracking_option.rb} +17 -10
  272. data/lib/xero-ruby/models/{tracking_options.rb → accounting/tracking_options.rb} +12 -7
  273. data/lib/xero-ruby/models/{user.rb → accounting/user.rb} +24 -13
  274. data/lib/xero-ruby/models/{users.rb → accounting/users.rb} +12 -7
  275. data/lib/xero-ruby/models/{validation_error.rb → accounting/validation_error.rb} +11 -7
  276. data/lib/xero-ruby/models/assets/asset.rb +353 -0
  277. data/lib/xero-ruby/models/assets/asset_status.rb +38 -0
  278. data/lib/xero-ruby/models/assets/asset_status_query_param.rb +38 -0
  279. data/lib/xero-ruby/models/assets/asset_type.rb +278 -0
  280. data/lib/xero-ruby/models/assets/assets.rb +220 -0
  281. data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +268 -0
  282. data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +347 -0
  283. data/lib/xero-ruby/models/assets/error.rb +252 -0
  284. data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +258 -0
  285. data/lib/xero-ruby/models/assets/pagination.rb +238 -0
  286. data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +248 -0
  287. data/lib/xero-ruby/models/assets/setting.rb +278 -0
  288. data/lib/xero-ruby/models/projects/amount.rb +218 -0
  289. data/lib/xero-ruby/models/projects/charge_type.rb +38 -0
  290. data/lib/xero-ruby/models/projects/currency_code.rb +199 -0
  291. data/lib/xero-ruby/models/projects/error.rb +218 -0
  292. data/lib/xero-ruby/models/{allocation.rb → projects/pagination.rb} +48 -48
  293. data/lib/xero-ruby/models/projects/project.rb +423 -0
  294. data/lib/xero-ruby/models/projects/project_create_or_update.rb +243 -0
  295. data/lib/xero-ruby/models/projects/project_patch.rb +213 -0
  296. data/lib/xero-ruby/models/projects/project_status.rb +37 -0
  297. data/lib/xero-ruby/models/projects/project_user.rb +228 -0
  298. data/lib/xero-ruby/models/projects/project_users.rb +220 -0
  299. data/lib/xero-ruby/models/projects/projects.rb +220 -0
  300. data/lib/xero-ruby/models/projects/task.rb +385 -0
  301. data/lib/xero-ruby/models/projects/task_create_or_update.rb +253 -0
  302. data/lib/xero-ruby/models/projects/tasks.rb +220 -0
  303. data/lib/xero-ruby/models/projects/time_entries.rb +220 -0
  304. data/lib/xero-ruby/models/projects/time_entry.rb +324 -0
  305. data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +268 -0
  306. data/lib/xero-ruby/version.rb +3 -3
  307. data/spec/{api → accounting/api}/accounting_api_spec.rb +31 -6
  308. data/spec/{models → accounting/models}/account_spec.rb +5 -5
  309. data/spec/{models → accounting/models}/account_type_spec.rb +5 -5
  310. data/spec/{models → accounting/models}/accounts_payable_spec.rb +5 -5
  311. data/spec/{models → accounting/models}/accounts_receivable_spec.rb +5 -5
  312. data/spec/{models → accounting/models}/accounts_spec.rb +5 -5
  313. data/spec/{models → accounting/models}/address_spec.rb +5 -5
  314. data/spec/{models → accounting/models}/allocation_spec.rb +5 -5
  315. data/spec/{models → accounting/models}/allocations_spec.rb +5 -5
  316. data/spec/{models → accounting/models}/attachment_spec.rb +5 -5
  317. data/spec/{models → accounting/models}/attachments_spec.rb +5 -5
  318. data/spec/{models → accounting/models}/balances_spec.rb +5 -5
  319. data/spec/{models → accounting/models}/bank_transaction_spec.rb +5 -5
  320. data/spec/{models → accounting/models}/bank_transactions_spec.rb +5 -5
  321. data/spec/{models → accounting/models}/bank_transfer_spec.rb +5 -5
  322. data/spec/{models → accounting/models}/bank_transfers_spec.rb +5 -5
  323. data/spec/{models → accounting/models}/batch_payment_details_spec.rb +5 -5
  324. data/spec/{models → accounting/models}/batch_payment_spec.rb +5 -5
  325. data/spec/{models → accounting/models}/batch_payments_spec.rb +5 -5
  326. data/spec/{models → accounting/models}/bill_spec.rb +5 -5
  327. data/spec/{models → accounting/models}/branding_theme_spec.rb +5 -5
  328. data/spec/{models → accounting/models}/branding_themes_spec.rb +5 -5
  329. data/spec/{models → accounting/models}/cis_org_setting_spec.rb +5 -5
  330. data/spec/{models → accounting/models}/cis_setting_spec.rb +5 -5
  331. data/spec/{models → accounting/models}/cis_settings_spec.rb +5 -5
  332. data/spec/{models → accounting/models}/contact_group_spec.rb +5 -5
  333. data/spec/{models → accounting/models}/contact_groups_spec.rb +5 -5
  334. data/spec/{models → accounting/models}/contact_person_spec.rb +5 -5
  335. data/spec/{models → accounting/models}/contact_spec.rb +5 -5
  336. data/spec/{models → accounting/models}/contacts_spec.rb +5 -5
  337. data/spec/{models → accounting/models}/country_code_spec.rb +5 -5
  338. data/spec/{models → accounting/models}/credit_note_spec.rb +5 -5
  339. data/spec/{models → accounting/models}/credit_notes_spec.rb +5 -5
  340. data/spec/{models → accounting/models}/currencies_spec.rb +5 -5
  341. data/spec/{models → accounting/models}/currency_code_spec.rb +5 -5
  342. data/spec/{models → accounting/models}/currency_spec.rb +5 -5
  343. data/spec/{models → accounting/models}/element_spec.rb +5 -5
  344. data/spec/{models → accounting/models}/employee_spec.rb +5 -5
  345. data/spec/{models → accounting/models}/employees_spec.rb +5 -5
  346. data/spec/{models → accounting/models}/error_spec.rb +5 -5
  347. data/spec/{models → accounting/models}/expense_claim_spec.rb +5 -5
  348. data/spec/{models → accounting/models}/expense_claims_spec.rb +5 -5
  349. data/spec/{models → accounting/models}/external_link_spec.rb +5 -5
  350. data/spec/{models → accounting/models}/history_record_spec.rb +5 -5
  351. data/spec/{models → accounting/models}/history_records_spec.rb +5 -5
  352. data/spec/{models → accounting/models}/invoice_reminder_spec.rb +5 -5
  353. data/spec/{models → accounting/models}/invoice_reminders_spec.rb +5 -5
  354. data/spec/{models → accounting/models}/invoice_spec.rb +5 -5
  355. data/spec/{models → accounting/models}/invoices_spec.rb +5 -5
  356. data/spec/{models → accounting/models}/item_spec.rb +5 -5
  357. data/spec/{models → accounting/models}/items_spec.rb +5 -5
  358. data/spec/{models → accounting/models}/journal_line_spec.rb +5 -5
  359. data/spec/{models → accounting/models}/journal_spec.rb +5 -5
  360. data/spec/{models → accounting/models}/journals_spec.rb +5 -5
  361. data/spec/{models → accounting/models}/line_amount_types_spec.rb +5 -5
  362. data/spec/{models → accounting/models}/line_item_spec.rb +5 -5
  363. data/spec/{models → accounting/models}/line_item_tracking_spec.rb +5 -5
  364. data/spec/{models → accounting/models}/linked_transaction_spec.rb +5 -5
  365. data/spec/{models → accounting/models}/linked_transactions_spec.rb +5 -5
  366. data/spec/{models → accounting/models}/manual_journal_line_spec.rb +5 -5
  367. data/spec/{models → accounting/models}/manual_journal_spec.rb +5 -5
  368. data/spec/{models → accounting/models}/manual_journals_spec.rb +5 -5
  369. data/spec/{models → accounting/models}/online_invoice_spec.rb +5 -5
  370. data/spec/{models → accounting/models}/online_invoices_spec.rb +5 -5
  371. data/spec/{models → accounting/models}/organisation_spec.rb +5 -5
  372. data/spec/{models → accounting/models}/organisations_spec.rb +5 -5
  373. data/spec/{models → accounting/models}/overpayment_spec.rb +5 -5
  374. data/spec/{models → accounting/models}/overpayments_spec.rb +5 -5
  375. data/spec/{models → accounting/models}/payment_delete_spec.rb +5 -5
  376. data/spec/{models → accounting/models}/payment_service_spec.rb +5 -5
  377. data/spec/{models → accounting/models}/payment_services_spec.rb +5 -5
  378. data/spec/{models → accounting/models}/payment_spec.rb +11 -5
  379. data/spec/{models → accounting/models}/payment_term_spec.rb +5 -5
  380. data/spec/{models → accounting/models}/payment_term_type_spec.rb +5 -5
  381. data/spec/{models → accounting/models}/payments_spec.rb +5 -5
  382. data/spec/{models → accounting/models}/phone_spec.rb +5 -5
  383. data/spec/{models → accounting/models}/prepayment_spec.rb +5 -5
  384. data/spec/{models → accounting/models}/prepayments_spec.rb +5 -5
  385. data/spec/{models → accounting/models}/purchase_order_spec.rb +5 -5
  386. data/spec/{models → accounting/models}/purchase_orders_spec.rb +5 -5
  387. data/spec/{models → accounting/models}/purchase_spec.rb +5 -5
  388. data/spec/{models → accounting/models}/quote_line_amount_types_spec.rb +5 -5
  389. data/spec/{models → accounting/models}/quote_spec.rb +5 -5
  390. data/spec/{models → accounting/models}/quote_status_codes_spec.rb +5 -5
  391. data/spec/{models → accounting/models}/quotes_spec.rb +5 -5
  392. data/spec/{models → accounting/models}/receipt_spec.rb +5 -5
  393. data/spec/{models → accounting/models}/receipts_spec.rb +5 -5
  394. data/spec/{models → accounting/models}/repeating_invoice_spec.rb +5 -5
  395. data/spec/{models → accounting/models}/repeating_invoices_spec.rb +5 -5
  396. data/spec/{models → accounting/models}/report_attribute_spec.rb +5 -5
  397. data/spec/{models → accounting/models}/report_cell_spec.rb +5 -5
  398. data/spec/{models → accounting/models}/report_fields_spec.rb +5 -5
  399. data/spec/{models → accounting/models}/report_row_spec.rb +5 -5
  400. data/spec/{models → accounting/models}/report_rows_spec.rb +5 -5
  401. data/spec/{models → accounting/models}/report_spec.rb +5 -5
  402. data/spec/{models → accounting/models}/report_with_row_spec.rb +5 -5
  403. data/spec/{models → accounting/models}/report_with_rows_spec.rb +5 -5
  404. data/spec/{models → accounting/models}/reports_spec.rb +5 -5
  405. data/spec/{models → accounting/models}/request_empty_spec.rb +5 -5
  406. data/spec/{models → accounting/models}/row_type_spec.rb +5 -5
  407. data/spec/{models → accounting/models}/sales_tracking_category_spec.rb +5 -5
  408. data/spec/{models → accounting/models}/schedule_spec.rb +5 -5
  409. data/spec/{models → accounting/models}/tax_component_spec.rb +5 -5
  410. data/spec/{models → accounting/models}/tax_rate_spec.rb +6 -6
  411. data/spec/{models → accounting/models}/tax_rates_spec.rb +5 -5
  412. data/spec/{models → accounting/models}/tax_type_spec.rb +5 -5
  413. data/spec/{models → accounting/models}/ten_nintey_nine_contact_spec.rb +8 -8
  414. data/spec/{models → accounting/models}/time_zone_spec.rb +5 -5
  415. data/spec/{models → accounting/models}/tracking_categories_spec.rb +5 -5
  416. data/spec/{models → accounting/models}/tracking_category_spec.rb +5 -5
  417. data/spec/{models → accounting/models}/tracking_option_spec.rb +5 -5
  418. data/spec/{models → accounting/models}/tracking_options_spec.rb +5 -5
  419. data/spec/{models → accounting/models}/user_spec.rb +5 -5
  420. data/spec/{models → accounting/models}/users_spec.rb +5 -5
  421. data/spec/{models → accounting/models}/validation_error_spec.rb +5 -5
  422. data/spec/api_client_spec.rb +12 -52
  423. data/spec/assets/api/asset_api_spec.rb +116 -0
  424. data/spec/assets/models/asset_spec.rb +125 -0
  425. data/spec/assets/models/asset_status_query_param_spec.rb +35 -0
  426. data/spec/assets/models/asset_status_spec.rb +35 -0
  427. data/spec/assets/models/asset_type_spec.rb +77 -0
  428. data/spec/assets/models/assets_spec.rb +47 -0
  429. data/spec/assets/models/book_depreciation_detail_spec.rb +77 -0
  430. data/spec/assets/models/book_depreciation_setting_spec.rb +95 -0
  431. data/spec/assets/models/error_spec.rb +65 -0
  432. data/spec/assets/models/field_validation_errors_element_spec.rb +71 -0
  433. data/spec/assets/models/pagination_spec.rb +59 -0
  434. data/spec/assets/models/resource_validation_errors_element_spec.rb +65 -0
  435. data/spec/assets/models/setting_spec.rb +83 -0
  436. data/spec/configuration_spec.rb +7 -23
  437. data/spec/projects/api/project_api_spec.rb +229 -0
  438. data/spec/projects/models/amount_spec.rb +47 -0
  439. data/spec/projects/models/charge_type_spec.rb +35 -0
  440. data/spec/projects/models/currency_code_spec.rb +35 -0
  441. data/spec/projects/models/error_spec.rb +47 -0
  442. data/spec/projects/models/pagination_spec.rb +59 -0
  443. data/spec/projects/models/project_create_or_update_spec.rb +59 -0
  444. data/spec/projects/models/project_patch_spec.rb +41 -0
  445. data/spec/projects/models/project_spec.rb +167 -0
  446. data/spec/projects/models/project_status_spec.rb +35 -0
  447. data/spec/projects/models/project_user_spec.rb +53 -0
  448. data/spec/projects/models/project_users_spec.rb +47 -0
  449. data/spec/projects/models/projects_spec.rb +47 -0
  450. data/spec/projects/models/task_create_or_update_spec.rb +59 -0
  451. data/spec/projects/models/task_spec.rb +129 -0
  452. data/spec/projects/models/tasks_spec.rb +47 -0
  453. data/spec/projects/models/time_entries_spec.rb +47 -0
  454. data/spec/projects/models/time_entry_create_or_update_spec.rb +65 -0
  455. data/spec/projects/models/time_entry_spec.rb +93 -0
  456. data/spec/spec_helper.rb +2 -2
  457. data/xero-ruby.gemspec +4 -5
  458. metadata +611 -482
  459. data/docs/Allocation.md +0 -21
  460. data/lib/.DS_Store +0 -0
  461. data/pkg/xero-ruby-0.1.3.gem +0 -0
  462. data/pkg/xero-ruby-0.2.2.gem +0 -0
  463. data/pkg/xero-ruby-0.2.3.gem +0 -0
@@ -1,4 +1,4 @@
1
- # XeroRuby::ReportRows
1
+ # XeroRuby::Accounting::ReportRows
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
- require 'XeroRuby'
15
+ require 'XeroRuby::Accounting'
16
16
 
17
- instance = XeroRuby::ReportRows.new(row_type: null,
17
+ instance = XeroRuby::Accounting::ReportRows.new(row_type: null,
18
18
  title: null,
19
19
  cells: null,
20
20
  rows: null)
@@ -1,4 +1,4 @@
1
- # XeroRuby::ReportWithRow
1
+ # XeroRuby::Accounting::ReportWithRow
2
2
 
3
3
  ## Properties
4
4
 
@@ -17,9 +17,9 @@ Name | Type | Description | Notes
17
17
  ## Code Sample
18
18
 
19
19
  ```ruby
20
- require 'XeroRuby'
20
+ require 'XeroRuby::Accounting'
21
21
 
22
- instance = XeroRuby::ReportWithRow.new(report_id: null,
22
+ instance = XeroRuby::Accounting::ReportWithRow.new(report_id: null,
23
23
  report_name: null,
24
24
  report_title: null,
25
25
  report_type: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::ReportWithRows
1
+ # XeroRuby::Accounting::ReportWithRows
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::ReportWithRows.new(reports: null)
14
+ instance = XeroRuby::Accounting::ReportWithRows.new(reports: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::Reports
1
+ # XeroRuby::Accounting::Reports
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::Reports.new(reports: null)
14
+ instance = XeroRuby::Accounting::Reports.new(reports: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::RequestEmpty
1
+ # XeroRuby::Accounting::RequestEmpty
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::RequestEmpty.new(status: null)
14
+ instance = XeroRuby::Accounting::RequestEmpty.new(status: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::RowType
1
+ # XeroRuby::Accounting::RowType
2
2
 
3
3
  ## Properties
4
4
 
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
8
8
  ## Code Sample
9
9
 
10
10
  ```ruby
11
- require 'XeroRuby'
11
+ require 'XeroRuby::Accounting'
12
12
 
13
- instance = XeroRuby::RowType.new()
13
+ instance = XeroRuby::Accounting::RowType.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::SalesTrackingCategory
1
+ # XeroRuby::Accounting::SalesTrackingCategory
2
2
 
3
3
  ## Properties
4
4
 
@@ -10,9 +10,9 @@ Name | Type | Description | Notes
10
10
  ## Code Sample
11
11
 
12
12
  ```ruby
13
- require 'XeroRuby'
13
+ require 'XeroRuby::Accounting'
14
14
 
15
- instance = XeroRuby::SalesTrackingCategory.new(tracking_category_name: null,
15
+ instance = XeroRuby::Accounting::SalesTrackingCategory.new(tracking_category_name: null,
16
16
  tracking_option_name: null)
17
17
  ```
18
18
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::Schedule
1
+ # XeroRuby::Accounting::Schedule
2
2
 
3
3
  ## Properties
4
4
 
@@ -15,9 +15,9 @@ Name | Type | Description | Notes
15
15
  ## Code Sample
16
16
 
17
17
  ```ruby
18
- require 'XeroRuby'
18
+ require 'XeroRuby::Accounting'
19
19
 
20
- instance = XeroRuby::Schedule.new(period: null,
20
+ instance = XeroRuby::Accounting::Schedule.new(period: null,
21
21
  unit: null,
22
22
  due_date: null,
23
23
  due_date_type: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::TaxComponent
1
+ # XeroRuby::Accounting::TaxComponent
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
- require 'XeroRuby'
15
+ require 'XeroRuby::Accounting'
16
16
 
17
- instance = XeroRuby::TaxComponent.new(name: null,
17
+ instance = XeroRuby::Accounting::TaxComponent.new(name: null,
18
18
  rate: null,
19
19
  is_compound: null,
20
20
  is_non_recoverable: null)
@@ -1,4 +1,4 @@
1
- # XeroRuby::TaxRate
1
+ # XeroRuby::Accounting::TaxRate
2
2
 
3
3
  ## Properties
4
4
 
@@ -20,9 +20,9 @@ Name | Type | Description | Notes
20
20
  ## Code Sample
21
21
 
22
22
  ```ruby
23
- require 'XeroRuby'
23
+ require 'XeroRuby::Accounting'
24
24
 
25
- instance = XeroRuby::TaxRate.new(name: null,
25
+ instance = XeroRuby::Accounting::TaxRate.new(name: null,
26
26
  tax_type: null,
27
27
  tax_components: null,
28
28
  status: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::TaxRates
1
+ # XeroRuby::Accounting::TaxRates
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::TaxRates.new(tax_rates: null)
14
+ instance = XeroRuby::Accounting::TaxRates.new(tax_rates: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::TaxType
1
+ # XeroRuby::Accounting::TaxType
2
2
 
3
3
  ## Properties
4
4
 
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
8
8
  ## Code Sample
9
9
 
10
10
  ```ruby
11
- require 'XeroRuby'
11
+ require 'XeroRuby::Accounting'
12
12
 
13
- instance = XeroRuby::TaxType.new()
13
+ instance = XeroRuby::Accounting::TaxType.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::TenNinteyNineContact
1
+ # XeroRuby::Accounting::TenNinetyNineContact
2
2
 
3
3
  ## Properties
4
4
 
@@ -30,9 +30,9 @@ Name | Type | Description | Notes
30
30
  ## Code Sample
31
31
 
32
32
  ```ruby
33
- require 'XeroRuby'
33
+ require 'XeroRuby::Accounting'
34
34
 
35
- instance = XeroRuby::TenNinteyNineContact.new(box1: null,
35
+ instance = XeroRuby::Accounting::TenNinetyNineContact.new(box1: null,
36
36
  box2: null,
37
37
  box3: null,
38
38
  box4: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::TimeZone
1
+ # XeroRuby::Accounting::TimeZone
2
2
 
3
3
  ## Properties
4
4
 
@@ -8,9 +8,9 @@ Name | Type | Description | Notes
8
8
  ## Code Sample
9
9
 
10
10
  ```ruby
11
- require 'XeroRuby'
11
+ require 'XeroRuby::Accounting'
12
12
 
13
- instance = XeroRuby::TimeZone.new()
13
+ instance = XeroRuby::Accounting::TimeZone.new()
14
14
  ```
15
15
 
16
16
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::TrackingCategories
1
+ # XeroRuby::Accounting::TrackingCategories
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::TrackingCategories.new(tracking_categories: null)
14
+ instance = XeroRuby::Accounting::TrackingCategories.new(tracking_categories: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::TrackingCategory
1
+ # XeroRuby::Accounting::TrackingCategory
2
2
 
3
3
  ## Properties
4
4
 
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
14
14
  ## Code Sample
15
15
 
16
16
  ```ruby
17
- require 'XeroRuby'
17
+ require 'XeroRuby::Accounting'
18
18
 
19
- instance = XeroRuby::TrackingCategory.new(tracking_category_id: null,
19
+ instance = XeroRuby::Accounting::TrackingCategory.new(tracking_category_id: null,
20
20
  tracking_option_id: null,
21
21
  name: null,
22
22
  option: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::TrackingOption
1
+ # XeroRuby::Accounting::TrackingOption
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,9 +12,9 @@ Name | Type | Description | Notes
12
12
  ## Code Sample
13
13
 
14
14
  ```ruby
15
- require 'XeroRuby'
15
+ require 'XeroRuby::Accounting'
16
16
 
17
- instance = XeroRuby::TrackingOption.new(tracking_option_id: null,
17
+ instance = XeroRuby::Accounting::TrackingOption.new(tracking_option_id: null,
18
18
  name: null,
19
19
  status: null,
20
20
  tracking_category_id: null)
@@ -1,4 +1,4 @@
1
- # XeroRuby::TrackingOptions
1
+ # XeroRuby::Accounting::TrackingOptions
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::TrackingOptions.new(options: null)
14
+ instance = XeroRuby::Accounting::TrackingOptions.new(options: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::User
1
+ # XeroRuby::Accounting::User
2
2
 
3
3
  ## Properties
4
4
 
@@ -15,9 +15,9 @@ Name | Type | Description | Notes
15
15
  ## Code Sample
16
16
 
17
17
  ```ruby
18
- require 'XeroRuby'
18
+ require 'XeroRuby::Accounting'
19
19
 
20
- instance = XeroRuby::User.new(user_id: null,
20
+ instance = XeroRuby::Accounting::User.new(user_id: null,
21
21
  email_address: null,
22
22
  first_name: null,
23
23
  last_name: null,
@@ -1,4 +1,4 @@
1
- # XeroRuby::Users
1
+ # XeroRuby::Accounting::Users
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::Users.new(users: null)
14
+ instance = XeroRuby::Accounting::Users.new(users: null)
15
15
  ```
16
16
 
17
17
 
@@ -1,4 +1,4 @@
1
- # XeroRuby::ValidationError
1
+ # XeroRuby::Accounting::ValidationError
2
2
 
3
3
  ## Properties
4
4
 
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
9
9
  ## Code Sample
10
10
 
11
11
  ```ruby
12
- require 'XeroRuby'
12
+ require 'XeroRuby::Accounting'
13
13
 
14
- instance = XeroRuby::ValidationError.new(message: null)
14
+ instance = XeroRuby::Accounting::ValidationError.new(message: null)
15
15
  ```
16
16
 
17
17
 
@@ -0,0 +1,45 @@
1
+ # XeroRuby::Assets::Asset
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **asset_id** | **String** | The Xero-generated Id for the asset | [optional]
8
+ **asset_name** | **String** | The name of the asset |
9
+ **asset_type_id** | **String** | The Xero-generated Id for the asset type | [optional]
10
+ **asset_number** | **String** | Must be unique. | [optional]
11
+ **purchase_date** | **Date** | The date the asset was purchased YYYY-MM-DD | [optional]
12
+ **purchase_price** | **Float** | The purchase price of the asset | [optional]
13
+ **disposal_price** | **Float** | The price the asset was disposed at | [optional]
14
+ **asset_status** | [**AssetStatus**](AssetStatus.md) | | [optional]
15
+ **warranty_expiry_date** | **String** | The date the asset’s warranty expires (if needed) YYYY-MM-DD | [optional]
16
+ **serial_number** | **String** | The asset's serial number | [optional]
17
+ **book_depreciation_setting** | [**BookDepreciationSetting**](BookDepreciationSetting.md) | | [optional]
18
+ **book_depreciation_detail** | [**BookDepreciationDetail**](BookDepreciationDetail.md) | | [optional]
19
+ **can_rollback** | **Boolean** | Boolean to indicate whether depreciation can be rolled back for this asset individually. This is true if it doesn't have 'legacy' journal entries and if there is no lock period that would prevent this asset from rolling back. | [optional]
20
+ **accounting_book_value** | **Float** | The accounting value of the asset | [optional]
21
+ **is_delete_enabled_for_date** | **Boolean** | Boolean to indicate whether delete is enabled | [optional]
22
+
23
+ ## Code Sample
24
+
25
+ ```ruby
26
+ require 'XeroRuby::Assets'
27
+
28
+ instance = XeroRuby::Assets::Asset.new(asset_id: 3b5b3a38-5649-495f-87a1-14a4e5918634,
29
+ asset_name: Awesome Truck 3,
30
+ asset_type_id: 3b5b3a38-5649-495f-87a1-14a4e5918634,
31
+ asset_number: FA-0013,
32
+ purchase_date: null,
33
+ purchase_price: 1000.0000,
34
+ disposal_price: 1.0000,
35
+ asset_status: null,
36
+ warranty_expiry_date: ca4c6b39-4f4f-43e8-98da-5e1f350a6694,
37
+ serial_number: ca4c6b39-4f4f-43e8-98da-5e1f350a6694,
38
+ book_depreciation_setting: null,
39
+ book_depreciation_detail: null,
40
+ can_rollback: true,
41
+ accounting_book_value: 0,
42
+ is_delete_enabled_for_date: true)
43
+ ```
44
+
45
+
@@ -0,0 +1,438 @@
1
+ # XeroRuby::Assets::AssetApi
2
+
3
+ All URIs are relative to *https://api.xero.com/assets.xro/1.0*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**create_asset**](AssetApi.md#create_asset) | **POST** /Assets | adds a fixed asset
8
+ [**create_asset_type**](AssetApi.md#create_asset_type) | **POST** /AssetTypes | adds a fixed asset type
9
+ [**get_asset_by_id**](AssetApi.md#get_asset_by_id) | **GET** /Assets/{id} | retrieves fixed asset by id
10
+ [**get_asset_settings**](AssetApi.md#get_asset_settings) | **GET** /Settings | searches fixed asset settings
11
+ [**get_asset_types**](AssetApi.md#get_asset_types) | **GET** /AssetTypes | searches fixed asset types
12
+ [**get_assets**](AssetApi.md#get_assets) | **GET** /Assets | searches fixed asset
13
+
14
+
15
+
16
+ ## create_asset
17
+
18
+ > Asset create_asset(xero_tenant_id, asset)
19
+
20
+ adds a fixed asset
21
+
22
+ Adds an asset to the system
23
+
24
+ ### Example
25
+
26
+ ```ruby
27
+ # load the gem
28
+ require 'xero-ruby'
29
+
30
+ creds = {
31
+ client_id: ENV['CLIENT_ID'],
32
+ client_secret: ENV['CLIENT_SECRET'],
33
+ redirect_uri: ENV['REDIRECT_URI'],
34
+ scopes: ENV['SCOPES']
35
+ }
36
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
37
+
38
+ token_set = fetch_valid_token_set(user) # example
39
+
40
+ xero_client.refresh_token_set(token_set)
41
+
42
+ # depending on the methods you need to use
43
+ # accounting_api
44
+ api_instance = xero_client.accounting_api
45
+ # :assets_api
46
+ api_instance = xero_client.asset_api
47
+ # :projects_api
48
+ api_instance = xero_client.projects_api
49
+
50
+
51
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
52
+ asset = { "assetName":"Computer74863", "assetNumber":"123477544", "purchaseDate":"2020-01-01", "purchasePrice":100.0, "disposalPrice":23.23, "assetStatus":"Draft", "bookDepreciationSetting":{ "depreciationMethod":"StraightLine", "averagingMethod":"ActualDays", "depreciationRate":0.5, "depreciationCalculationMethod":"None" }, "bookDepreciationDetail":{ "currentCapitalGain":5.32, "currentGainLoss":3.88, "depreciationStartDate":"2020-01-02", "costLimit":100.0, "currentAccumDepreciationAmount":2.25 }, "AccountingBookValue":99.5 } # Asset | Fixed asset you are creating
53
+ begin
54
+ #adds a fixed asset
55
+ result = api_instance.create_asset(xero_tenant_id, asset)
56
+ p result
57
+ rescue XeroRuby::Assets::ApiError => e
58
+ puts "Exception when calling AssetApi->create_asset: #{e}"
59
+ end
60
+ ```
61
+
62
+ ### Parameters
63
+
64
+
65
+ Name | Type | Description | Notes
66
+ ------------- | ------------- | ------------- | -------------
67
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
68
+ **asset** | [**Asset**](Asset.md)| Fixed asset you are creating |
69
+
70
+ ### Return type
71
+
72
+ [**Asset**](Asset.md)
73
+
74
+ ### Authorization
75
+
76
+ [OAuth2](../README.md#OAuth2)
77
+
78
+ ### HTTP request headers
79
+
80
+ - **Content-Type**: application/json
81
+ - **Accept**: application/json
82
+
83
+
84
+ ## create_asset_type
85
+
86
+ > AssetType create_asset_type(xero_tenant_id, opts)
87
+
88
+ adds a fixed asset type
89
+
90
+ Adds an fixed asset type to the system
91
+
92
+ ### Example
93
+
94
+ ```ruby
95
+ # load the gem
96
+ require 'xero-ruby'
97
+
98
+ creds = {
99
+ client_id: ENV['CLIENT_ID'],
100
+ client_secret: ENV['CLIENT_SECRET'],
101
+ redirect_uri: ENV['REDIRECT_URI'],
102
+ scopes: ENV['SCOPES']
103
+ }
104
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
105
+
106
+ token_set = fetch_valid_token_set(user) # example
107
+
108
+ xero_client.refresh_token_set(token_set)
109
+
110
+ # depending on the methods you need to use
111
+ # accounting_api
112
+ api_instance = xero_client.accounting_api
113
+ # :assets_api
114
+ api_instance = xero_client.asset_api
115
+ # :projects_api
116
+ api_instance = xero_client.projects_api
117
+
118
+
119
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
120
+ opts = {
121
+ asset_type: { "assetTypeName":"Machinery11004", "fixedAssetAccountId":"3d8d063a-c148-4bb8-8b3c-a5e2ad3b1e82", "depreciationExpenseAccountId":"d1602f69-f900-4616-8d34-90af393fa368", "accumulatedDepreciationAccountId":"9195cadd-8645-41e6-9f67-7bcd421defe8", "bookDepreciationSetting":{ "depreciationMethod":"DiminishingValue100", "averagingMethod":"ActualDays", "depreciationRate":0.05, "depreciationCalculationMethod":"None" } } # AssetType | Asset type to add
122
+ }
123
+
124
+ begin
125
+ #adds a fixed asset type
126
+ result = api_instance.create_asset_type(xero_tenant_id, opts)
127
+ p result
128
+ rescue XeroRuby::Assets::ApiError => e
129
+ puts "Exception when calling AssetApi->create_asset_type: #{e}"
130
+ end
131
+ ```
132
+
133
+ ### Parameters
134
+
135
+
136
+ Name | Type | Description | Notes
137
+ ------------- | ------------- | ------------- | -------------
138
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
139
+ **asset_type** | [**AssetType**](AssetType.md)| Asset type to add | [optional]
140
+
141
+ ### Return type
142
+
143
+ [**AssetType**](AssetType.md)
144
+
145
+ ### Authorization
146
+
147
+ [OAuth2](../README.md#OAuth2)
148
+
149
+ ### HTTP request headers
150
+
151
+ - **Content-Type**: application/json
152
+ - **Accept**: application/json
153
+
154
+
155
+ ## get_asset_by_id
156
+
157
+ > Asset get_asset_by_id(xero_tenant_id, id)
158
+
159
+ retrieves fixed asset by id
160
+
161
+ By passing in the appropriate asset id, you can search for a specific fixed asset in the system
162
+
163
+ ### Example
164
+
165
+ ```ruby
166
+ # load the gem
167
+ require 'xero-ruby'
168
+
169
+ creds = {
170
+ client_id: ENV['CLIENT_ID'],
171
+ client_secret: ENV['CLIENT_SECRET'],
172
+ redirect_uri: ENV['REDIRECT_URI'],
173
+ scopes: ENV['SCOPES']
174
+ }
175
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
176
+
177
+ token_set = fetch_valid_token_set(user) # example
178
+
179
+ xero_client.refresh_token_set(token_set)
180
+
181
+ # depending on the methods you need to use
182
+ # accounting_api
183
+ api_instance = xero_client.accounting_api
184
+ # :assets_api
185
+ api_instance = xero_client.asset_api
186
+ # :projects_api
187
+ api_instance = xero_client.projects_api
188
+
189
+
190
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
191
+ id = '4f7bcdcb-5ec1-4258-9558-19f662fccdfe' # String | fixed asset id for single object
192
+ begin
193
+ #retrieves fixed asset by id
194
+ result = api_instance.get_asset_by_id(xero_tenant_id, id)
195
+ p result
196
+ rescue XeroRuby::Assets::ApiError => e
197
+ puts "Exception when calling AssetApi->get_asset_by_id: #{e}"
198
+ end
199
+ ```
200
+
201
+ ### Parameters
202
+
203
+
204
+ Name | Type | Description | Notes
205
+ ------------- | ------------- | ------------- | -------------
206
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
207
+ **id** | [**String**](.md)| fixed asset id for single object |
208
+
209
+ ### Return type
210
+
211
+ [**Asset**](Asset.md)
212
+
213
+ ### Authorization
214
+
215
+ [OAuth2](../README.md#OAuth2)
216
+
217
+ ### HTTP request headers
218
+
219
+ - **Content-Type**: Not defined
220
+ - **Accept**: application/json
221
+
222
+
223
+ ## get_asset_settings
224
+
225
+ > Setting get_asset_settings(xero_tenant_id)
226
+
227
+ searches fixed asset settings
228
+
229
+ By passing in the appropriate options, you can search for available fixed asset types in the system
230
+
231
+ ### Example
232
+
233
+ ```ruby
234
+ # load the gem
235
+ require 'xero-ruby'
236
+
237
+ creds = {
238
+ client_id: ENV['CLIENT_ID'],
239
+ client_secret: ENV['CLIENT_SECRET'],
240
+ redirect_uri: ENV['REDIRECT_URI'],
241
+ scopes: ENV['SCOPES']
242
+ }
243
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
244
+
245
+ token_set = fetch_valid_token_set(user) # example
246
+
247
+ xero_client.refresh_token_set(token_set)
248
+
249
+ # depending on the methods you need to use
250
+ # accounting_api
251
+ api_instance = xero_client.accounting_api
252
+ # :assets_api
253
+ api_instance = xero_client.asset_api
254
+ # :projects_api
255
+ api_instance = xero_client.projects_api
256
+
257
+
258
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
259
+ begin
260
+ #searches fixed asset settings
261
+ result = api_instance.get_asset_settings(xero_tenant_id)
262
+ p result
263
+ rescue XeroRuby::Assets::ApiError => e
264
+ puts "Exception when calling AssetApi->get_asset_settings: #{e}"
265
+ end
266
+ ```
267
+
268
+ ### Parameters
269
+
270
+
271
+ Name | Type | Description | Notes
272
+ ------------- | ------------- | ------------- | -------------
273
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
274
+
275
+ ### Return type
276
+
277
+ [**Setting**](Setting.md)
278
+
279
+ ### Authorization
280
+
281
+ [OAuth2](../README.md#OAuth2)
282
+
283
+ ### HTTP request headers
284
+
285
+ - **Content-Type**: Not defined
286
+ - **Accept**: application/json
287
+
288
+
289
+ ## get_asset_types
290
+
291
+ > Array<AssetType> get_asset_types(xero_tenant_id)
292
+
293
+ searches fixed asset types
294
+
295
+ By passing in the appropriate options, you can search for available fixed asset types in the system
296
+
297
+ ### Example
298
+
299
+ ```ruby
300
+ # load the gem
301
+ require 'xero-ruby'
302
+
303
+ creds = {
304
+ client_id: ENV['CLIENT_ID'],
305
+ client_secret: ENV['CLIENT_SECRET'],
306
+ redirect_uri: ENV['REDIRECT_URI'],
307
+ scopes: ENV['SCOPES']
308
+ }
309
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
310
+
311
+ token_set = fetch_valid_token_set(user) # example
312
+
313
+ xero_client.refresh_token_set(token_set)
314
+
315
+ # depending on the methods you need to use
316
+ # accounting_api
317
+ api_instance = xero_client.accounting_api
318
+ # :assets_api
319
+ api_instance = xero_client.asset_api
320
+ # :projects_api
321
+ api_instance = xero_client.projects_api
322
+
323
+
324
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
325
+ begin
326
+ #searches fixed asset types
327
+ result = api_instance.get_asset_types(xero_tenant_id)
328
+ p result
329
+ rescue XeroRuby::Assets::ApiError => e
330
+ puts "Exception when calling AssetApi->get_asset_types: #{e}"
331
+ end
332
+ ```
333
+
334
+ ### Parameters
335
+
336
+
337
+ Name | Type | Description | Notes
338
+ ------------- | ------------- | ------------- | -------------
339
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
340
+
341
+ ### Return type
342
+
343
+ [**Array<AssetType>**](AssetType.md)
344
+
345
+ ### Authorization
346
+
347
+ [OAuth2](../README.md#OAuth2)
348
+
349
+ ### HTTP request headers
350
+
351
+ - **Content-Type**: Not defined
352
+ - **Accept**: application/json
353
+
354
+
355
+ ## get_assets
356
+
357
+ > Assets get_assets(xero_tenant_id, status, opts)
358
+
359
+ searches fixed asset
360
+
361
+ By passing in the appropriate options, you can search for available fixed asset in the system
362
+
363
+ ### Example
364
+
365
+ ```ruby
366
+ # load the gem
367
+ require 'xero-ruby'
368
+
369
+ creds = {
370
+ client_id: ENV['CLIENT_ID'],
371
+ client_secret: ENV['CLIENT_SECRET'],
372
+ redirect_uri: ENV['REDIRECT_URI'],
373
+ scopes: ENV['SCOPES']
374
+ }
375
+ xero_client = XeroRuby::ApiClient.new(credentials: creds)
376
+
377
+ token_set = fetch_valid_token_set(user) # example
378
+
379
+ xero_client.refresh_token_set(token_set)
380
+
381
+ # depending on the methods you need to use
382
+ # accounting_api
383
+ api_instance = xero_client.accounting_api
384
+ # :assets_api
385
+ api_instance = xero_client.asset_api
386
+ # :projects_api
387
+ api_instance = xero_client.projects_api
388
+
389
+
390
+ xero_tenant_id = 'xero_tenant_id_example' # String | Xero identifier for Tenant
391
+ status = XeroRuby::Assets::AssetStatusQueryParam.new # AssetStatusQueryParam | Required when retrieving a collection of assets. See Asset Status Codes
392
+ opts = {
393
+ page: 1, # Integer | Results are paged. This specifies which page of the results to return. The default page is 1.
394
+
395
+ page_size: 5, # Integer | The number of records returned per page. By default the number of records returned is 10.
396
+
397
+ order_by: 'AssetName', # String | Requests can be ordered by AssetType, AssetName, AssetNumber, PurchaseDate and PurchasePrice. If the asset status is DISPOSED it also allows DisposalDate and DisposalPrice.
398
+
399
+ sort_direction: 'ASC', # String | ASC or DESC
400
+
401
+ filter_by: 'Draft' # String | A string that can be used to filter the list to only return assets containing the text. Checks it against the AssetName, AssetNumber, Description and AssetTypeName fields.
402
+ }
403
+
404
+ begin
405
+ #searches fixed asset
406
+ result = api_instance.get_assets(xero_tenant_id, status, opts)
407
+ p result
408
+ rescue XeroRuby::Assets::ApiError => e
409
+ puts "Exception when calling AssetApi->get_assets: #{e}"
410
+ end
411
+ ```
412
+
413
+ ### Parameters
414
+
415
+
416
+ Name | Type | Description | Notes
417
+ ------------- | ------------- | ------------- | -------------
418
+ **xero_tenant_id** | **String**| Xero identifier for Tenant |
419
+ **status** | [**AssetStatusQueryParam**](.md)| Required when retrieving a collection of assets. See Asset Status Codes |
420
+ **page** | **Integer**| Results are paged. This specifies which page of the results to return. The default page is 1. | [optional]
421
+ **page_size** | **Integer**| The number of records returned per page. By default the number of records returned is 10. | [optional]
422
+ **order_by** | **String**| Requests can be ordered by AssetType, AssetName, AssetNumber, PurchaseDate and PurchasePrice. If the asset status is DISPOSED it also allows DisposalDate and DisposalPrice. | [optional]
423
+ **sort_direction** | **String**| ASC or DESC | [optional]
424
+ **filter_by** | **String**| A string that can be used to filter the list to only return assets containing the text. Checks it against the AssetName, AssetNumber, Description and AssetTypeName fields. | [optional]
425
+
426
+ ### Return type
427
+
428
+ [**Assets**](Assets.md)
429
+
430
+ ### Authorization
431
+
432
+ [OAuth2](../README.md#OAuth2)
433
+
434
+ ### HTTP request headers
435
+
436
+ - **Content-Type**: Not defined
437
+ - **Accept**: application/json
438
+