Method: RubyXmlNfe::Fat#build

Defined in:
lib/ruby_xml_nfe/fat.rb

#buildObject



13
14
15
16
17
18
19
20
# File 'lib/ruby_xml_nfe/fat.rb', line 13

def build
  xml.fat do
    xml.nFat nFat
    xml.vOrig vOrig
    xml.vDesc vDesc
    xml.vLiq vLiq
  end
end