Class: Plutonium::Wizard::ReviewStep::EmptyFields
- Inherits:
-
Object
- Object
- Plutonium::Wizard::ReviewStep::EmptyFields
- Defined in:
- lib/plutonium/wizard/review_step.rb
Overview
Minimal stand-in for a step's field surface — a review step has none.
Instance Method Summary collapse
- #attribute_options ⇒ Object
- #attribute_schema ⇒ Object
- #defined_structured_inputs ⇒ Object
- #form_layout_sections ⇒ Object
- #imported_form_validators ⇒ Object
- #imported_validate_fn ⇒ Object
- #inputs ⇒ Object
- #validations ⇒ Object
Instance Method Details
#attribute_options ⇒ Object
13 |
# File 'lib/plutonium/wizard/review_step.rb', line 13 def = {} |
#attribute_schema ⇒ Object
11 |
# File 'lib/plutonium/wizard/review_step.rb', line 11 def attribute_schema = {} |
#defined_structured_inputs ⇒ Object
25 |
# File 'lib/plutonium/wizard/review_step.rb', line 25 def defined_structured_inputs = {} |
#form_layout_sections ⇒ Object
23 |
# File 'lib/plutonium/wizard/review_step.rb', line 23 def form_layout_sections = nil |
#imported_form_validators ⇒ Object
19 |
# File 'lib/plutonium/wizard/review_step.rb', line 19 def imported_form_validators = [] |
#imported_validate_fn ⇒ Object
21 |
# File 'lib/plutonium/wizard/review_step.rb', line 21 def imported_validate_fn = nil |
#inputs ⇒ Object
15 |
# File 'lib/plutonium/wizard/review_step.rb', line 15 def inputs = {} |
#validations ⇒ Object
17 |
# File 'lib/plutonium/wizard/review_step.rb', line 17 def validations = [] |