Class: Fortnox::CompanySetting
- Defined in:
- lib/fortnox/resources/company_setting.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#bg ⇒ Object
Returns the value of attribute bg.
-
#bic ⇒ Object
Returns the value of attribute bic.
-
#branch_code ⇒ Object
Returns the value of attribute branch_code.
-
#city ⇒ Object
Returns the value of attribute city.
-
#contact_first_name ⇒ Object
Returns the value of attribute contact_first_name.
-
#contact_last_name ⇒ Object
Returns the value of attribute contact_last_name.
-
#country ⇒ Object
Returns the value of attribute country.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#database_number ⇒ Object
Returns the value of attribute database_number.
-
#domicile ⇒ Object
Returns the value of attribute domicile.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax ⇒ Object
Returns the value of attribute fax.
-
#iban ⇒ Object
Returns the value of attribute iban.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization_number ⇒ Object
Returns the value of attribute organization_number.
-
#pg ⇒ Object
Returns the value of attribute pg.
-
#phone1 ⇒ Object
Returns the value of attribute phone1.
-
#phone2 ⇒ Object
Returns the value of attribute phone2.
-
#tax_enabled ⇒ Object
Returns the value of attribute tax_enabled.
-
#vat_number ⇒ Object
Returns the value of attribute vat_number.
-
#visit_address ⇒ Object
Returns the value of attribute visit_address.
-
#visit_city ⇒ Object
Returns the value of attribute visit_city.
-
#visit_country ⇒ Object
Returns the value of attribute visit_country.
-
#visit_country_code ⇒ Object
Returns the value of attribute visit_country_code.
-
#visit_name ⇒ Object
Returns the value of attribute visit_name.
-
#visit_zip_code ⇒ Object
Returns the value of attribute visit_zip_code.
-
#www ⇒ Object
Returns the value of attribute www.
-
#zip_code ⇒ Object
Returns the value of attribute zip_code.
Method Summary
Methods inherited from Resource
build_objects, create, #endpoint, endpoint, fetch, #initialize, perform_request, relation, relations, search, #to_hash, #to_json, #update
Constructor Details
This class inherits a constructor from Fortnox::Resource
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def address @address end |
#bg ⇒ Object
Returns the value of attribute bg.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def bg @bg end |
#bic ⇒ Object
Returns the value of attribute bic.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def bic @bic end |
#branch_code ⇒ Object
Returns the value of attribute branch_code.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def branch_code @branch_code end |
#city ⇒ Object
Returns the value of attribute city.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def city @city end |
#contact_first_name ⇒ Object
Returns the value of attribute contact_first_name.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def contact_first_name @contact_first_name end |
#contact_last_name ⇒ Object
Returns the value of attribute contact_last_name.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def contact_last_name @contact_last_name end |
#country ⇒ Object
Returns the value of attribute country.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def country @country end |
#country_code ⇒ Object
Returns the value of attribute country_code.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def country_code @country_code end |
#database_number ⇒ Object
Returns the value of attribute database_number.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def database_number @database_number end |
#domicile ⇒ Object
Returns the value of attribute domicile.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def domicile @domicile end |
#email ⇒ Object
Returns the value of attribute email.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def email @email end |
#fax ⇒ Object
Returns the value of attribute fax.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def fax @fax end |
#iban ⇒ Object
Returns the value of attribute iban.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def iban @iban end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def name @name end |
#organization_number ⇒ Object
Returns the value of attribute organization_number.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def organization_number @organization_number end |
#pg ⇒ Object
Returns the value of attribute pg.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def pg @pg end |
#phone1 ⇒ Object
Returns the value of attribute phone1.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def phone1 @phone1 end |
#phone2 ⇒ Object
Returns the value of attribute phone2.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def phone2 @phone2 end |
#tax_enabled ⇒ Object
Returns the value of attribute tax_enabled.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def tax_enabled @tax_enabled end |
#vat_number ⇒ Object
Returns the value of attribute vat_number.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def vat_number @vat_number end |
#visit_address ⇒ Object
Returns the value of attribute visit_address.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_address @visit_address end |
#visit_city ⇒ Object
Returns the value of attribute visit_city.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_city @visit_city end |
#visit_country ⇒ Object
Returns the value of attribute visit_country.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_country @visit_country end |
#visit_country_code ⇒ Object
Returns the value of attribute visit_country_code.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_country_code @visit_country_code end |
#visit_name ⇒ Object
Returns the value of attribute visit_name.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_name @visit_name end |
#visit_zip_code ⇒ Object
Returns the value of attribute visit_zip_code.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def visit_zip_code @visit_zip_code end |
#www ⇒ Object
Returns the value of attribute www.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def www @www end |
#zip_code ⇒ Object
Returns the value of attribute zip_code.
3 4 5 |
# File 'lib/fortnox/resources/company_setting.rb', line 3 def zip_code @zip_code end |