Class: Nfe::Models::Recipient::Dest

Inherits:
Object
  • Object
show all
Extended by:
Enumerize
Includes:
ActiveModel::Model, Helpers::XmlModel::NfeModel
Defined in:
lib/nfe/models/recipient/dest.rb

Instance Method Summary collapse

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

#initializeDest

Returns a new instance of Dest.



51
52
53
# File 'lib/nfe/models/recipient/dest.rb', line 51

def initialize
  @ender = Ender.new
end