Class: Cnab::Detalhe::SegmentoT
- Inherits:
-
Object
- Object
- Cnab::Detalhe::SegmentoT
- Includes:
- Helper
- Defined in:
- lib/cnab/detalhe/segmento_t.rb
Instance Method Summary collapse
-
#initialize(line, definition) ⇒ SegmentoT
constructor
A new instance of SegmentoT.
Methods included from Helper
#inspect, #method_missing, #respond_to_missing?
Constructor Details
#initialize(line, definition) ⇒ SegmentoT
Returns a new instance of SegmentoT.
6 7 8 9 10 11 |
# File 'lib/cnab/detalhe/segmento_t.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