Class: GOVUKDesignSystemFormBuilder::Elements::Null
- Defined in:
- lib/govuk_design_system_formbuilder/elements/null.rb
Instance Method Summary collapse
- #active? ⇒ Boolean
- #hint_id ⇒ Object
- #html ⇒ Object
-
#initialize ⇒ Null
constructor
A new instance of Null.
Methods inherited from Base
Constructor Details
#initialize ⇒ Null
Returns a new instance of Null.
4 5 6 |
# File 'lib/govuk_design_system_formbuilder/elements/null.rb', line 4 def initialize super(nil, nil, nil) end |
Instance Method Details
#active? ⇒ Boolean
12 13 14 |
# File 'lib/govuk_design_system_formbuilder/elements/null.rb', line 12 def active? false end |
#hint_id ⇒ Object
16 17 18 |
# File 'lib/govuk_design_system_formbuilder/elements/null.rb', line 16 def hint_id nil end |
#html ⇒ Object
8 9 10 |
# File 'lib/govuk_design_system_formbuilder/elements/null.rb', line 8 def html nil end |