class Nfe::Models::Transport::Transp

Public Class Methods

new() click to toggle source
# File lib/nfe/models/transport/transp.rb, line 40
def initialize
  @transporta = Transporta.new
  @retTransp = RetTransp.new
  @veicTransp = VeicTranspReboque.new
  @reboque = []
  @vol = []
end