Class: Nfe::Models::Bill::Cobr

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, Helpers::XmlModel::NfeModel
Defined in:
lib/nfe/models/bill/cobr.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

#initializeCobr



16
17
18
19
# File 'lib/nfe/models/bill/cobr.rb', line 16

def initialize
  @fat = Fat.new
  @dup = []
end