Returns a new instance of Cce.
3 4 5 6
# File 'lib/br_danfe/cce.rb', line 3 def initialize(xml) @xml = xml @pdf = CceLib::Document.new end