Method: NfeReader::Export#initialize
- Defined in:
- lib/nfe_reader/export.rb
#initialize(attrs = {}) ⇒ Export
Returns a new instance of Export.
9 10 11 12 |
# File 'lib/nfe_reader/export.rb', line 9 def initialize(attrs = {}) @state = attrs[:UFEmbarq] @address = attrs[:xLocEmbarq] end |