Class: Nodes::Taxes

Inherits:
BuhoCfdi::BaseNode show all
Defined in:
lib/buho_cfdi/nodes/taxes.rb

Instance Attribute Summary collapse

Attributes inherited from BuhoCfdi::BaseNode

#node_hash

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_detainedObject

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_transferredObject

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