class NFe::Volume
Attributes
esp[RW]
pesoB[RW]
pesoL[RW]
qVol[RW]
Public Instance Methods
attributes()
click to toggle source
# File lib/nfe/entidades/infNFe/transp/volume.rb, line 10 def attributes @attributes = { "qVol" => qVol, "esp" => esp, "pesoL" => pesoL, "pesoB" => pesoB } end
attributes=(params)
click to toggle source
# File lib/nfe/entidades/infNFe/transp/volume.rb, line 19 def attributes=(params) @attributes = { "qVol" => params["qVol"], "esp" => params["esp"], "pesoL" => params["pesoL"], "pesoB" => params["pesoB"] } end