Class: Be::Data::Api::VatBasic
- Inherits:
-
Struct
- Object
- Struct
- Be::Data::Api::VatBasic
- Defined in:
- lib/be-data-api.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#address_fr ⇒ Object
Returns the value of attribute address_fr.
-
#address_nl ⇒ Object
Returns the value of attribute address_nl.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#language ⇒ Object
Returns the value of attribute language.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#valid ⇒ Object
Returns the value of attribute valid.
-
#vat_clean ⇒ Object
Returns the value of attribute vat_clean.
-
#vat_formatted ⇒ Object
Returns the value of attribute vat_formatted.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def active @active end |
#address_fr ⇒ Object
Returns the value of attribute address_fr
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def address_fr @address_fr end |
#address_nl ⇒ Object
Returns the value of attribute address_nl
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def address_nl @address_nl end |
#company_name ⇒ Object
Returns the value of attribute company_name
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def company_name @company_name end |
#language ⇒ Object
Returns the value of attribute language
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def language @language end |
#start_date ⇒ Object
Returns the value of attribute start_date
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def start_date @start_date end |
#valid ⇒ Object
Returns the value of attribute valid
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def valid @valid end |
#vat_clean ⇒ Object
Returns the value of attribute vat_clean
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def vat_clean @vat_clean end |
#vat_formatted ⇒ Object
Returns the value of attribute vat_formatted
46 47 48 |
# File 'lib/be-data-api.rb', line 46 def vat_formatted @vat_formatted end |