Class: Cnab::TrailerLote::Cobranca

Inherits:
Object
  • Object
show all
Includes:
Helper
Defined in:
lib/cnab/trailer_lote/cobranca.rb

Instance Method Summary collapse

Methods included from Helper

#inspect, #method_missing, #respond_to_missing?

Constructor Details

#initialize(line, definition) ⇒ Cobranca

Returns a new instance of Cobranca.



6
7
8
9
10
11
# File 'lib/cnab/trailer_lote/cobranca.rb', line 6

def initialize(line, definition)
  raise Exceptions::LineNotParseable unless line.size == 242

  @line = line
  @definition = definition
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Cnab::Helper