Class: Nodes::Taxes
- Inherits:
-
BuhoCfdi::BaseNode
- Object
- BuhoCfdi::BaseNode
- Nodes::Taxes
- Defined in:
- lib/buho_cfdi/nodes/taxes.rb
Instance Attribute Summary collapse
-
#total_taxes_detained ⇒ Object
Returns the value of attribute total_taxes_detained.
-
#total_taxes_transferred ⇒ Object
Returns the value of attribute total_taxes_transferred.
Attributes inherited from BuhoCfdi::BaseNode
Method Summary
Methods inherited from BuhoCfdi::BaseNode
attr_accessor, build_child, #build_child, #build_child!, #build_children, #initialize, params, #to_hash
Constructor Details
This class inherits a constructor from BuhoCfdi::BaseNode
Instance Attribute Details
#total_taxes_detained ⇒ Object
Returns the value of attribute total_taxes_detained.
3 4 5 |
# File 'lib/buho_cfdi/nodes/taxes.rb', line 3 def total_taxes_detained @total_taxes_detained end |
#total_taxes_transferred ⇒ Object
Returns the value of attribute total_taxes_transferred.
3 4 5 |
# File 'lib/buho_cfdi/nodes/taxes.rb', line 3 def total_taxes_transferred @total_taxes_transferred end |