Class: Fortnox::CompanySetting

Inherits:
Resource
  • Object
show all
Defined in:
lib/fortnox/resources/company_setting.rb

Instance Attribute Summary collapse

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

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def address
  @address
end

#bgObject

Returns the value of attribute bg.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def bg
  @bg
end

#bicObject

Returns the value of attribute bic.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def bic
  @bic
end

#branch_codeObject

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

#cityObject

Returns the value of attribute city.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def city
  @city
end

#contact_first_nameObject

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_nameObject

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

#countryObject

Returns the value of attribute country.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def country
  @country
end

#country_codeObject

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_numberObject

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

#domicileObject

Returns the value of attribute domicile.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def domicile
  @domicile
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def email
  @email
end

#faxObject

Returns the value of attribute fax.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def fax
  @fax
end

#ibanObject

Returns the value of attribute iban.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def iban
  @iban
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def name
  @name
end

#organization_numberObject

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

#pgObject

Returns the value of attribute pg.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def pg
  @pg
end

#phone1Object

Returns the value of attribute phone1.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def phone1
  @phone1
end

#phone2Object

Returns the value of attribute phone2.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def phone2
  @phone2
end

#tax_enabledObject

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_numberObject

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_addressObject

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_cityObject

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_countryObject

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_codeObject

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_nameObject

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_codeObject

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

#wwwObject

Returns the value of attribute www.



3
4
5
# File 'lib/fortnox/resources/company_setting.rb', line 3

def www
  @www
end

#zip_codeObject

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