module XeroRuby

#Xero Accounting API

#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero AppStore API

#These endpoints are for Xero Partners to interact with the App Store Billing platform

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Assets API

#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.

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Files API

#These endpoints are specific to Xero Files API

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Payroll AU API

#This is the Xero Payroll API for orgs in Australia region.

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Payroll NZ

#This is the Xero Payroll API for orgs in the NZ region.

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Payroll UK

#This is the Xero Payroll API for orgs in the UK region.

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Projects API

#This is the Xero Projects API

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Accounting API

#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Accounting API

#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

#Xero Accounting API

#No description provided (generated by Openapi Generator github.com/openapitools/openapi-generator)

Contact: api@xero.com Generated by: openapi-generator.tech OpenAPI Generator version: 4.3.1

The version of the XeroOpenAPI document: 2.15.0

Constants

VERSION

Public Class Methods

configure() { |default| ... } click to toggle source
# File lib/xero-ruby.rb, line 476
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end