Module: BoaVista::Response::Layout::Layout283
- Extended by:
- Default
- Defined in:
- lib/boa_vista/response/layout/layout_283.rb
Constant Summary
Constants included from Default
Class Method Summary collapse
Methods included from Default
default_attributes, has_conditions?, layout_with_conditions, range_of
Class Method Details
.attributes ⇒ Object
7 8 9 10 11 12 13 14 15 16 17 18 19 |
# File 'lib/boa_vista/response/layout/layout_283.rb', line 7 def attributes default_attributes.merge(record: { range: 77..77 }, sequence_number: { range: 78..82 }, company_name: { range: 83..132 }, document_type: { range: 133..133 }, document_number: { range: 134..147 }, entry_date: { range: 148..155 }, currency_type: { range: 156..156 }, value: { range: 157..171 }, function: { range: 172..191 }, signs: { range: 192..192 }, percentage: { range: 193..197 }) end |