Class: Cnab240::Helper

Inherits:
Object
  • Object
show all
Includes:
Filler
Defined in:
lib/cnab240/helper/helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Filler

#fill, #fill!

Instance Attribute Details

#arquivoObject

Returns the value of attribute arquivo.



5
6
7
# File 'lib/cnab240/helper/helper.rb', line 5

def arquivo
  @arquivo
end

Instance Method Details

#save_to_file(file) ⇒ Object



11
12
13
# File 'lib/cnab240/helper/helper.rb', line 11

def save_to_file(file)
  arquivo.save_to_file(file)
end

#stringObject



7
8
9
# File 'lib/cnab240/helper/helper.rb', line 7

def string
  arquivo.string
end