Class: Nfe::Models::Bill::Cobr
- Inherits:
-
Object
- Object
- Nfe::Models::Bill::Cobr
- Includes:
- ActiveModel::Model, Helpers::XmlModel::NfeModel
- Defined in:
- lib/nfe/models/bill/cobr.rb
Instance Method Summary collapse
-
#initialize ⇒ Cobr
constructor
A new instance of Cobr.
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 ⇒ Cobr
16 17 18 19 |
# File 'lib/nfe/models/bill/cobr.rb', line 16 def initialize @fat = Fat.new @dup = [] end |