Class: Be::Data::Api::VatStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/be-data-api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



33
34
35
# File 'lib/be-data-api.rb', line 33

def active
  @active
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



33
34
35
# File 'lib/be-data-api.rb', line 33

def valid
  @valid
end

#vat_cleanObject

Returns the value of attribute vat_clean

Returns:

  • (Object)

    the current value of vat_clean



33
34
35
# File 'lib/be-data-api.rb', line 33

def vat_clean
  @vat_clean
end

#vat_formattedObject

Returns the value of attribute vat_formatted

Returns:

  • (Object)

    the current value of vat_formatted



33
34
35
# File 'lib/be-data-api.rb', line 33

def vat_formatted
  @vat_formatted
end