Class: Facturama::Models::Tax

Inherits:
Model
  • Object
show all
Defined in:
lib/facturama/models/tax.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#all_errors

Method Summary

Methods inherited from Model

#after_initialize, #attributes, define_reader, define_writer, #get_instance_values, has_many_objects, has_one_object, #initialize, #prepare_data

Constructor Details

This class inherits a constructor from Facturama::Models::Model

Instance Attribute Details

#BaseObject

Returns the value of attribute Base.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def Base
  @Base
end

#IsQuotaObject

Returns the value of attribute IsQuota.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def IsQuota
  @IsQuota
end

#IsRetentionObject

Returns the value of attribute IsRetention.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def IsRetention
  @IsRetention
end

#NameObject

Returns the value of attribute Name.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def Name
  @Name
end

#RateObject

Returns the value of attribute Rate.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def Rate
  @Rate
end

#TotalObject

Returns the value of attribute Total.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def Total
  @Total
end

#TypeObject

Returns the value of attribute Type.



5
6
7
# File 'lib/facturama/models/tax.rb', line 5

def Type
  @Type
end