Class: BrDanfe::MdfeLib::Totalizer

Inherits:
Object
  • Object
show all
Defined in:
lib/br_danfe/mdfe_lib/totalizer.rb

Instance Method Summary collapse

Constructor Details

#initialize(pdf, xml) ⇒ Totalizer

Returns a new instance of Totalizer.



4
5
6
7
# File 'lib/br_danfe/mdfe_lib/totalizer.rb', line 4

def initialize(pdf, xml)
  @pdf = pdf
  @xml = xml
end

Instance Method Details

#generateObject



9
10
11
12
13
14
# File 'lib/br_danfe/mdfe_lib/totalizer.rb', line 9

def generate
  generate_title
  nfe_quantity
  cte_quantity
  total_weight
end