Class: Be::Data::Api::VatStatus
- Inherits:
-
Struct
- Object
- Struct
- Be::Data::Api::VatStatus
- Defined in:
- lib/be-data-api.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#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
33 34 35 |
# File 'lib/be-data-api.rb', line 33 def active @active end |
#valid ⇒ Object
Returns the value of attribute valid
33 34 35 |
# File 'lib/be-data-api.rb', line 33 def valid @valid end |
#vat_clean ⇒ Object
Returns the value of attribute vat_clean
33 34 35 |
# File 'lib/be-data-api.rb', line 33 def vat_clean @vat_clean end |
#vat_formatted ⇒ Object
Returns the value of attribute vat_formatted
33 34 35 |
# File 'lib/be-data-api.rb', line 33 def vat_formatted @vat_formatted end |