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