Class: Facturama::Models::ProductTax
- Defined in:
- lib/facturama/models/product_tax.rb
Instance Attribute Summary collapse
-
#IsFederalTax ⇒ Object
Returns the value of attribute IsFederalTax.
-
#IsQuota ⇒ Object
Returns the value of attribute IsQuota.
-
#IsRetention ⇒ Object
Returns the value of attribute IsRetention.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#Rate ⇒ Object
Returns the value of attribute Rate.
-
#Total ⇒ Object
Returns the value of attribute Total.
Attributes inherited from Model
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
#IsFederalTax ⇒ Object
Returns the value of attribute IsFederalTax.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def IsFederalTax @IsFederalTax end |
#IsQuota ⇒ Object
Returns the value of attribute IsQuota.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def IsQuota @IsQuota end |
#IsRetention ⇒ Object
Returns the value of attribute IsRetention.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def IsRetention @IsRetention end |
#Name ⇒ Object
Returns the value of attribute Name.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def Name @Name end |
#Rate ⇒ Object
Returns the value of attribute Rate.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def Rate @Rate end |
#Total ⇒ Object
Returns the value of attribute Total.
6 7 8 |
# File 'lib/facturama/models/product_tax.rb', line 6 def Total @Total end |