Class: Plutonium::Definition::FormLayout::ResolvedSection
- Inherits:
-
Struct
- Object
- Struct
- Plutonium::Definition::FormLayout::ResolvedSection
- Defined in:
- lib/plutonium/definition/form_layout.rb
Overview
A section paired with the concrete fields it will render (after policy filtering). Produced by #resolve_form_sections (a later task).
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#section ⇒ Object
Returns the value of attribute section.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
34 35 36 |
# File 'lib/plutonium/definition/form_layout.rb', line 34 def fields @fields end |
#section ⇒ Object
Returns the value of attribute section
34 35 36 |
# File 'lib/plutonium/definition/form_layout.rb', line 34 def section @section end |