Class: SearchFieldTag
- Inherits:
-
TextFieldTag
- Object
- LiquidumTag
- TextFieldTag
- SearchFieldTag
- Defined in:
- lib/scribo/liquid/tags/search_field_tag.rb
Instance Attribute Summary
Attributes inherited from TextFieldTag
Instance Method Summary collapse
-
#initialize(tag, args, tokens) ⇒ SearchFieldTag
constructor
A new instance of SearchFieldTag.
Methods inherited from TextFieldTag
Constructor Details
#initialize(tag, args, tokens) ⇒ SearchFieldTag
Returns a new instance of SearchFieldTag.
17 18 19 20 |
# File 'lib/scribo/liquid/tags/search_field_tag.rb', line 17 def initialize(tag, args, tokens) super @field_type = 'search' end |