Class: LexofficeClient::Company

Inherits:
Model::Base show all
Defined in:
lib/lexoffice_client/company.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#allow_tax_free_invoicesObject

Returns the value of attribute allow_tax_free_invoices.



3
4
5
# File 'lib/lexoffice_client/company.rb', line 3

def allow_tax_free_invoices
  @allow_tax_free_invoices
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/lexoffice_client/company.rb', line 3

def name
  @name
end

#tax_numberObject

Returns the value of attribute tax_number.



3
4
5
# File 'lib/lexoffice_client/company.rb', line 3

def tax_number
  @tax_number
end

#vat_registration_idObject

Returns the value of attribute vat_registration_id.



3
4
5
# File 'lib/lexoffice_client/company.rb', line 3

def vat_registration_id
  @vat_registration_id
end