Class: LexofficeClient::Company
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::Company
- Defined in:
- lib/lexoffice_client/company.rb
Instance Attribute Summary collapse
-
#allow_tax_free_invoices ⇒ Object
Returns the value of attribute allow_tax_free_invoices.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tax_number ⇒ Object
Returns the value of attribute tax_number.
-
#vat_registration_id ⇒ Object
Returns the value of attribute vat_registration_id.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#allow_tax_free_invoices ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/lexoffice_client/company.rb', line 3 def name @name end |
#tax_number ⇒ Object
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_id ⇒ Object
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 |