Class: Nfe::Models::Transport::Vol
- Inherits:
-
Object
- Object
- Nfe::Models::Transport::Vol
- Includes:
- ActiveModel::Model, Helpers::XmlModel::NfeModel
- Defined in:
- lib/nfe/models/transport/vol.rb
Instance Method Summary collapse
-
#initialize ⇒ Vol
constructor
A new instance of Vol.
Methods included from Helpers::XmlModel::NfeModel
#add_elements, #check_present, included, #parse!, #parse_elements, #present?, #to_xml, #validate_optional_attributes, #validate_required_attributes
Constructor Details
#initialize ⇒ Vol
Returns a new instance of Vol.
44 45 46 |
# File 'lib/nfe/models/transport/vol.rb', line 44 def initialize @lacres = [] end |