Module: BoaVista::Response::Layout::Layout354
- Extended by:
- Default
- Defined in:
- lib/boa_vista/response/layout/layout_354.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 |
# File 'lib/boa_vista/response/layout/layout_354.rb', line 7 def attributes default_attributes.merge(record: { range: 77..77 }, document_number: { range: 78..91 }, currency_social_capital: { range: 92..95 }, value_social_capital: { range: 96..110 }, home_organ: { range: 111..118 }, register_date: { range: 119..126 }, currency_current_capital: { range: 127..130 }, value_current_capital: { range: 131..145 }, current_organ: { range: 146..153 }, change_date: { range: 154..161 }) end |