Class: ViewComponent::Storybook::Controls::Text
- Inherits:
-
SimpleControl
- Object
- Control
- SimpleControl
- ViewComponent::Storybook::Controls::Text
- Defined in:
- lib/view_component/storybook/controls/text.rb
Instance Attribute Summary
Attributes inherited from Control
#default, #description, #name, #param
Instance Method Summary collapse
Methods inherited from SimpleControl
#initialize, #parse_param_value, #to_csf_params
Methods inherited from Control
#initialize, #parse_param_value, #to_csf_params
Constructor Details
This class inherits a constructor from ViewComponent::Storybook::Controls::SimpleControl
Instance Method Details
#type ⇒ Object
7 8 9 |
# File 'lib/view_component/storybook/controls/text.rb', line 7 def type :text end |