Class: Nfe::Services::Regress::RetEnvEvento
- Inherits:
-
Object
- Object
- Nfe::Services::Regress::RetEnvEvento
- Extended by:
- Enumerize
- Includes:
- ActiveModel::Model, Helpers::XmlModel::NfeModel
- Defined in:
- lib/nfe/services/regress/retEnvEvento.rb
Instance Method Summary collapse
-
#initialize ⇒ RetEnvEvento
constructor
A new instance of RetEnvEvento.
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 ⇒ RetEnvEvento
Returns a new instance of RetEnvEvento.
21 22 23 |
# File 'lib/nfe/services/regress/retEnvEvento.rb', line 21 def initialize @retEvento = RetEvento.new end |