xero-ruby 2.6.2 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +47 -46
- data/lib/xero-ruby.rb +5 -3
- data/lib/xero-ruby/api/accounting_api.rb +568 -568
- data/lib/xero-ruby/api/asset_api.rb +3 -7
- data/lib/xero-ruby/api/files_api.rb +172 -69
- data/lib/xero-ruby/api/payroll_au_api.rb +63 -63
- data/lib/xero-ruby/api/payroll_nz_api.rb +171 -171
- data/lib/xero-ruby/api/payroll_uk_api.rb +177 -183
- data/lib/xero-ruby/api/project_api.rb +45 -45
- data/lib/xero-ruby/api_client.rb +25 -88
- data/lib/xero-ruby/api_error.rb +1 -1
- data/lib/xero-ruby/configuration.rb +3 -3
- data/lib/xero-ruby/models/accounting/account.rb +2 -2
- data/lib/xero-ruby/models/accounting/account_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/accounts.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_payable.rb +2 -2
- data/lib/xero-ruby/models/accounting/accounts_receivable.rb +2 -2
- data/lib/xero-ruby/models/accounting/action.rb +2 -2
- data/lib/xero-ruby/models/accounting/actions.rb +2 -2
- data/lib/xero-ruby/models/accounting/address.rb +2 -2
- data/lib/xero-ruby/models/accounting/address_for_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocation.rb +2 -2
- data/lib/xero-ruby/models/accounting/allocations.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachment.rb +2 -2
- data/lib/xero-ruby/models/accounting/attachments.rb +2 -2
- data/lib/xero-ruby/models/accounting/balance_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfer.rb +2 -2
- data/lib/xero-ruby/models/accounting/bank_transfers.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payment.rb +18 -6
- data/lib/xero-ruby/models/accounting/batch_payment_details.rb +2 -2
- data/lib/xero-ruby/models/accounting/batch_payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/bill.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_theme.rb +2 -2
- data/lib/xero-ruby/models/accounting/branding_themes.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_org_setting.rb +2 -2
- data/lib/xero-ruby/models/{files/file_response204.rb → accounting/cis_org_settings.rb} +17 -15
- data/lib/xero-ruby/models/accounting/cis_setting.rb +2 -2
- data/lib/xero-ruby/models/accounting/cis_settings.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_group.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_groups.rb +2 -2
- data/lib/xero-ruby/models/accounting/contact_person.rb +2 -2
- data/lib/xero-ruby/models/accounting/contacts.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_balances.rb +2 -2
- data/lib/xero-ruby/models/accounting/conversion_date.rb +2 -2
- data/lib/xero-ruby/models/accounting/country_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/credit_note.rb +19 -7
- data/lib/xero-ruby/models/accounting/credit_notes.rb +2 -2
- data/lib/xero-ruby/models/accounting/currencies.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency.rb +2 -2
- data/lib/xero-ruby/models/accounting/currency_code.rb +1 -1
- data/lib/xero-ruby/models/accounting/element.rb +2 -2
- data/lib/xero-ruby/models/accounting/employee.rb +2 -2
- data/lib/xero-ruby/models/accounting/employees.rb +2 -2
- data/lib/xero-ruby/models/accounting/error.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claim.rb +2 -2
- data/lib/xero-ruby/models/accounting/expense_claims.rb +2 -2
- data/lib/xero-ruby/models/accounting/external_link.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_record.rb +2 -2
- data/lib/xero-ruby/models/accounting/history_records.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_accounts.rb +10 -10
- data/lib/xero-ruby/models/accounting/import_summary_object.rb +2 -2
- data/lib/xero-ruby/models/accounting/import_summary_organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminder.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoice_reminders.rb +2 -2
- data/lib/xero-ruby/models/accounting/invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/item.rb +2 -2
- data/lib/xero-ruby/models/accounting/items.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/line_item.rb +2 -2
- data/lib/xero-ruby/models/accounting/line_item_tracking.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transaction.rb +2 -2
- data/lib/xero-ruby/models/accounting/linked_transactions.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journal_line.rb +2 -2
- data/lib/xero-ruby/models/accounting/manual_journals.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/online_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisation.rb +2 -2
- data/lib/xero-ruby/models/accounting/organisations.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/overpayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment.rb +13 -3
- data/lib/xero-ruby/models/accounting/payment_delete.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_service.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_services.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term.rb +2 -2
- data/lib/xero-ruby/models/accounting/payment_term_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/payments.rb +2 -2
- data/lib/xero-ruby/models/accounting/phone.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayment.rb +2 -2
- data/lib/xero-ruby/models/accounting/prepayments.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_order.rb +2 -2
- data/lib/xero-ruby/models/accounting/purchase_orders.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote.rb +2 -2
- data/lib/xero-ruby/models/accounting/quote_line_amount_types.rb +1 -1
- data/lib/xero-ruby/models/accounting/quote_status_codes.rb +1 -1
- data/lib/xero-ruby/models/accounting/quotes.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipt.rb +2 -2
- data/lib/xero-ruby/models/accounting/receipts.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoice.rb +2 -2
- data/lib/xero-ruby/models/accounting/repeating_invoices.rb +2 -2
- data/lib/xero-ruby/models/accounting/report.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_attribute.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_cell.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_fields.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_row.rb +2 -2
- data/lib/xero-ruby/models/accounting/report_with_rows.rb +2 -2
- data/lib/xero-ruby/models/accounting/reports.rb +2 -2
- data/lib/xero-ruby/models/accounting/request_empty.rb +2 -2
- data/lib/xero-ruby/models/accounting/row_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/sales_tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/schedule.rb +2 -2
- data/lib/xero-ruby/models/accounting/setup.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_component.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rate.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_rates.rb +2 -2
- data/lib/xero-ruby/models/accounting/tax_type.rb +1 -1
- data/lib/xero-ruby/models/accounting/ten_ninety_nine_contact.rb +2 -2
- data/lib/xero-ruby/models/accounting/time_zone.rb +1 -1
- data/lib/xero-ruby/models/accounting/tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_category.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_option.rb +2 -2
- data/lib/xero-ruby/models/accounting/tracking_options.rb +2 -2
- data/lib/xero-ruby/models/accounting/user.rb +2 -2
- data/lib/xero-ruby/models/accounting/users.rb +2 -2
- data/lib/xero-ruby/models/accounting/validation_error.rb +2 -2
- data/lib/xero-ruby/models/assets/asset.rb +2 -2
- data/lib/xero-ruby/models/assets/asset_status.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_status_query_param.rb +1 -1
- data/lib/xero-ruby/models/assets/asset_type.rb +2 -2
- data/lib/xero-ruby/models/assets/assets.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_detail.rb +2 -2
- data/lib/xero-ruby/models/assets/book_depreciation_setting.rb +2 -2
- data/lib/xero-ruby/models/assets/error.rb +2 -2
- data/lib/xero-ruby/models/assets/field_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/pagination.rb +2 -2
- data/lib/xero-ruby/models/assets/resource_validation_errors_element.rb +3 -3
- data/lib/xero-ruby/models/assets/setting.rb +2 -2
- data/lib/xero-ruby/models/files/association.rb +2 -2
- data/lib/xero-ruby/models/files/file_object.rb +2 -2
- data/lib/xero-ruby/models/files/files.rb +2 -2
- data/lib/xero-ruby/models/files/folder.rb +2 -2
- data/lib/xero-ruby/models/files/folders.rb +2 -2
- data/lib/xero-ruby/models/files/object_group.rb +1 -1
- data/lib/xero-ruby/models/files/object_type.rb +1 -1
- data/lib/xero-ruby/models/files/{inline_object.rb → upload_object.rb} +20 -5
- data/lib/xero-ruby/models/files/user.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/account_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/allowance_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/api_exception.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/bank_account.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/calendar_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/deduction_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/deduction_type_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/earnings_rate_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/earnings_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employee.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employee_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employees.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/employment_basis.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/employment_termination_payment_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/entitlement_final_pay_payout_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/home_address.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_accrual_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_application.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_applications.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_balance.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_line_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_period_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/leave_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/leave_type_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/manual_tax_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/opening_balances.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_item.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_items.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_run_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/pay_runs.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/pay_template.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payment_frequency_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/payroll_calendar.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payroll_calendars.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslip_summary.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/payslips.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/rate_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/reimbursement_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_lines.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/reimbursement_type.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/residency_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/settings.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_employee_groups.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/settings_tracking_categories_timesheet_categories.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/state.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_fund.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_product.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_products.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_fund_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/super_funds.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/super_line.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/super_membership.rb +3 -3
- data/lib/xero-ruby/models/payroll_au/superannuation_calculation_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_contribution_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_declaration.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tax_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/tfn_exemption_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_object.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/timesheet_status.rb +1 -1
- data/lib/xero-ruby/models/payroll_au/timesheets.rb +2 -2
- data/lib/xero-ruby/models/payroll_au/validation_error.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_earnings_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_setup_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/gross_earnings_history.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/pay_slips.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage.rb +4 -3
- data/lib/xero-ruby/models/payroll_nz/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/statutory_deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuation_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/superannuation_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/superannuations.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tax_settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet.rb +5 -4
- data/lib/xero-ruby/models/payroll_nz/timesheet_earnings_line.rb +2 -2
- data/lib/xero-ruby/models/payroll_nz/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_nz/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/accounts.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/address.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/bank_account.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefit_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/benefits.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/court_order_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deduction_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/deductions.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_order_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_orders.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rate.rb +10 -3
- data/lib/xero-ruby/models/payroll_uk/earnings_rate_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_rates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/earnings_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_opening_balances_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_template_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_pay_templates.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_balance_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leave_summary.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_leaves_summaries.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leave_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_statutory_sick_leaves.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employee_tax_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employees.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/employment_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/invalid_field.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_accrual_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_period.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_periods.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_type_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/leave_types.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pagination.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendar_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_calendars.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_run_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/pay_runs.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payment_method_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslip_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/payslips.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/problem.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursement_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/reimbursements.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wage_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/salary_and_wages.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/settings.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/statutory_deduction.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tax_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet.rb +2 -2
- data/lib/xero-ruby/models/payroll_uk/timesheet_earnings_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_line_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheet_object.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/timesheets.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_categories.rb +1 -1
- data/lib/xero-ruby/models/payroll_uk/tracking_category.rb +1 -1
- data/lib/xero-ruby/models/projects/amount.rb +1 -1
- data/lib/xero-ruby/models/projects/error.rb +1 -1
- data/lib/xero-ruby/models/projects/pagination.rb +1 -1
- data/lib/xero-ruby/models/projects/project.rb +1 -1
- data/lib/xero-ruby/models/projects/project_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/project_patch.rb +1 -1
- data/lib/xero-ruby/models/projects/project_user.rb +1 -1
- data/lib/xero-ruby/models/projects/project_users.rb +1 -1
- data/lib/xero-ruby/models/projects/projects.rb +1 -1
- data/lib/xero-ruby/models/projects/task.rb +1 -1
- data/lib/xero-ruby/models/projects/task_create_or_update.rb +1 -1
- data/lib/xero-ruby/models/projects/tasks.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entries.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry.rb +1 -1
- data/lib/xero-ruby/models/projects/time_entry_create_or_update.rb +1 -1
- data/lib/xero-ruby/string_serialization.rb +52 -0
- data/lib/xero-ruby/version.rb +3 -3
- data/lib/xero-ruby/where.rb +65 -0
- data/spec/api_client_spec.rb +3 -3
- data/spec/api_error_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/files/models/inline_object_spec.rb +3 -3
- data/spec/helper_methods_spec.rb +4 -4
- data/spec/where_spec.rb +82 -0
- metadata +9 -7
- data/spec/files/models/file_response204_spec.rb +0 -41
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#Accounting API
|
|
2
|
+
#Xero Accounting API
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
@@ -184,7 +184,7 @@ module XeroRuby::Accounting
|
|
|
184
184
|
end
|
|
185
185
|
|
|
186
186
|
# Returns the object in the form of hash with snake_case
|
|
187
|
-
def
|
|
187
|
+
def to_attributes
|
|
188
188
|
to_hash(downcase: true)
|
|
189
189
|
end
|
|
190
190
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#Accounting API
|
|
2
|
+
#Xero Accounting API
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
@@ -283,7 +283,7 @@ module XeroRuby::Accounting
|
|
|
283
283
|
end
|
|
284
284
|
|
|
285
285
|
# Returns the object in the form of hash with snake_case
|
|
286
|
-
def
|
|
286
|
+
def to_attributes
|
|
287
287
|
to_hash(downcase: true)
|
|
288
288
|
end
|
|
289
289
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#Accounting API
|
|
2
|
+
#Xero Accounting API
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
@@ -184,7 +184,7 @@ module XeroRuby::Accounting
|
|
|
184
184
|
end
|
|
185
185
|
|
|
186
186
|
# Returns the object in the form of hash with snake_case
|
|
187
|
-
def
|
|
187
|
+
def to_attributes
|
|
188
188
|
to_hash(downcase: true)
|
|
189
189
|
end
|
|
190
190
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
=begin
|
|
2
|
-
#Accounting API
|
|
2
|
+
#Xero Accounting API
|
|
3
3
|
|
|
4
4
|
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
5
|
|
|
@@ -182,7 +182,7 @@ module XeroRuby::Accounting
|
|
|
182
182
|
end
|
|
183
183
|
|
|
184
184
|
# Returns the object in the form of hash with snake_case
|
|
185
|
-
def
|
|
185
|
+
def to_attributes
|
|
186
186
|
to_hash(downcase: true)
|
|
187
187
|
end
|
|
188
188
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -337,7 +337,7 @@ module XeroRuby::Assets
|
|
|
337
337
|
end
|
|
338
338
|
|
|
339
339
|
# Returns the object in the form of hash with snake_case
|
|
340
|
-
def
|
|
340
|
+
def to_attributes
|
|
341
341
|
to_hash(downcase: true)
|
|
342
342
|
end
|
|
343
343
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -252,7 +252,7 @@ module XeroRuby::Assets
|
|
|
252
252
|
end
|
|
253
253
|
|
|
254
254
|
# Returns the object in the form of hash with snake_case
|
|
255
|
-
def
|
|
255
|
+
def to_attributes
|
|
256
256
|
to_hash(downcase: true)
|
|
257
257
|
end
|
|
258
258
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -194,7 +194,7 @@ module XeroRuby::Assets
|
|
|
194
194
|
end
|
|
195
195
|
|
|
196
196
|
# Returns the object in the form of hash with snake_case
|
|
197
|
-
def
|
|
197
|
+
def to_attributes
|
|
198
198
|
to_hash(downcase: true)
|
|
199
199
|
end
|
|
200
200
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -242,7 +242,7 @@ module XeroRuby::Assets
|
|
|
242
242
|
end
|
|
243
243
|
|
|
244
244
|
# Returns the object in the form of hash with snake_case
|
|
245
|
-
def
|
|
245
|
+
def to_attributes
|
|
246
246
|
to_hash(downcase: true)
|
|
247
247
|
end
|
|
248
248
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -321,7 +321,7 @@ module XeroRuby::Assets
|
|
|
321
321
|
end
|
|
322
322
|
|
|
323
323
|
# Returns the object in the form of hash with snake_case
|
|
324
|
-
def
|
|
324
|
+
def to_attributes
|
|
325
325
|
to_hash(downcase: true)
|
|
326
326
|
end
|
|
327
327
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -226,7 +226,7 @@ module XeroRuby::Assets
|
|
|
226
226
|
end
|
|
227
227
|
|
|
228
228
|
# Returns the object in the form of hash with snake_case
|
|
229
|
-
def
|
|
229
|
+
def to_attributes
|
|
230
230
|
to_hash(downcase: true)
|
|
231
231
|
end
|
|
232
232
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -22,7 +22,7 @@ module XeroRuby::Assets
|
|
|
22
22
|
# The provided value
|
|
23
23
|
attr_accessor :value_provided
|
|
24
24
|
|
|
25
|
-
#
|
|
25
|
+
# Explanation of the field validation error
|
|
26
26
|
attr_accessor :localised_message
|
|
27
27
|
|
|
28
28
|
# Internal type of the field validation error message
|
|
@@ -232,7 +232,7 @@ module XeroRuby::Assets
|
|
|
232
232
|
end
|
|
233
233
|
|
|
234
234
|
# Returns the object in the form of hash with snake_case
|
|
235
|
-
def
|
|
235
|
+
def to_attributes
|
|
236
236
|
to_hash(downcase: true)
|
|
237
237
|
end
|
|
238
238
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -212,7 +212,7 @@ module XeroRuby::Assets
|
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
# Returns the object in the form of hash with snake_case
|
|
215
|
-
def
|
|
215
|
+
def to_attributes
|
|
216
216
|
to_hash(downcase: true)
|
|
217
217
|
end
|
|
218
218
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -19,7 +19,7 @@ module XeroRuby::Assets
|
|
|
19
19
|
# The field name of the erroneous field
|
|
20
20
|
attr_accessor :resource_name
|
|
21
21
|
|
|
22
|
-
#
|
|
22
|
+
# Explanation of the resource validation error
|
|
23
23
|
attr_accessor :localised_message
|
|
24
24
|
|
|
25
25
|
# Internal type of the resource error message
|
|
@@ -222,7 +222,7 @@ module XeroRuby::Assets
|
|
|
222
222
|
end
|
|
223
223
|
|
|
224
224
|
# Returns the object in the form of hash with snake_case
|
|
225
|
-
def
|
|
225
|
+
def to_attributes
|
|
226
226
|
to_hash(downcase: true)
|
|
227
227
|
end
|
|
228
228
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Assets API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -252,7 +252,7 @@ module XeroRuby::Assets
|
|
|
252
252
|
end
|
|
253
253
|
|
|
254
254
|
# Returns the object in the form of hash with snake_case
|
|
255
|
-
def
|
|
255
|
+
def to_attributes
|
|
256
256
|
to_hash(downcase: true)
|
|
257
257
|
end
|
|
258
258
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -212,7 +212,7 @@ module XeroRuby::Files
|
|
|
212
212
|
end
|
|
213
213
|
|
|
214
214
|
# Returns the object in the form of hash with snake_case
|
|
215
|
-
def
|
|
215
|
+
def to_attributes
|
|
216
216
|
to_hash(downcase: true)
|
|
217
217
|
end
|
|
218
218
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -252,7 +252,7 @@ module XeroRuby::Files
|
|
|
252
252
|
end
|
|
253
253
|
|
|
254
254
|
# Returns the object in the form of hash with snake_case
|
|
255
|
-
def
|
|
255
|
+
def to_attributes
|
|
256
256
|
to_hash(downcase: true)
|
|
257
257
|
end
|
|
258
258
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -214,7 +214,7 @@ module XeroRuby::Files
|
|
|
214
214
|
end
|
|
215
215
|
|
|
216
216
|
# Returns the object in the form of hash with snake_case
|
|
217
|
-
def
|
|
217
|
+
def to_attributes
|
|
218
218
|
to_hash(downcase: true)
|
|
219
219
|
end
|
|
220
220
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -222,7 +222,7 @@ module XeroRuby::Files
|
|
|
222
222
|
end
|
|
223
223
|
|
|
224
224
|
# Returns the object in the form of hash with snake_case
|
|
225
|
-
def
|
|
225
|
+
def to_attributes
|
|
226
226
|
to_hash(downcase: true)
|
|
227
227
|
end
|
|
228
228
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -184,7 +184,7 @@ module XeroRuby::Files
|
|
|
184
184
|
end
|
|
185
185
|
|
|
186
186
|
# Returns the object in the form of hash with snake_case
|
|
187
|
-
def
|
|
187
|
+
def to_attributes
|
|
188
188
|
to_hash(downcase: true)
|
|
189
189
|
end
|
|
190
190
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Xero Files API
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#These endpoints are specific to Xero Files API
|
|
5
5
|
|
|
6
6
|
Contact: api@xero.com
|
|
7
7
|
Generated by: https://openapi-generator.tech
|
|
@@ -15,7 +15,7 @@ require 'date'
|
|
|
15
15
|
module XeroRuby::Files
|
|
16
16
|
require 'bigdecimal'
|
|
17
17
|
|
|
18
|
-
class
|
|
18
|
+
class UploadObject
|
|
19
19
|
|
|
20
20
|
attr_accessor :body
|
|
21
21
|
|
|
@@ -52,13 +52,13 @@ module XeroRuby::Files
|
|
|
52
52
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
53
53
|
def initialize(attributes = {})
|
|
54
54
|
if (!attributes.is_a?(Hash))
|
|
55
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Files::
|
|
55
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Files::UploadObject` initialize method"
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
59
59
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
60
60
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
61
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Files::
|
|
61
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Files::UploadObject`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
62
62
|
end
|
|
63
63
|
h[k.to_sym] = v
|
|
64
64
|
}
|
|
@@ -84,12 +84,27 @@ module XeroRuby::Files
|
|
|
84
84
|
# @return Array for valid properties with the reasons
|
|
85
85
|
def list_invalid_properties
|
|
86
86
|
invalid_properties = Array.new
|
|
87
|
+
if @body.nil?
|
|
88
|
+
invalid_properties.push('invalid value for "body", body cannot be nil.')
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
if @name.nil?
|
|
92
|
+
invalid_properties.push('invalid value for "name", name cannot be nil.')
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if @filename.nil?
|
|
96
|
+
invalid_properties.push('invalid value for "filename", filename cannot be nil.')
|
|
97
|
+
end
|
|
98
|
+
|
|
87
99
|
invalid_properties
|
|
88
100
|
end
|
|
89
101
|
|
|
90
102
|
# Check to see if the all the properties in the model are valid
|
|
91
103
|
# @return true if the model is valid
|
|
92
104
|
def valid?
|
|
105
|
+
return false if @body.nil?
|
|
106
|
+
return false if @name.nil?
|
|
107
|
+
return false if @filename.nil?
|
|
93
108
|
true
|
|
94
109
|
end
|
|
95
110
|
|
|
@@ -212,7 +227,7 @@ module XeroRuby::Files
|
|
|
212
227
|
end
|
|
213
228
|
|
|
214
229
|
# Returns the object in the form of hash with snake_case
|
|
215
|
-
def
|
|
230
|
+
def to_attributes
|
|
216
231
|
to_hash(downcase: true)
|
|
217
232
|
end
|
|
218
233
|
|