Class: PlatformosCheck::Tags::Base
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- PlatformosCheck::Tags::Base
- Includes:
- BaseTagMethods
- Defined in:
- lib/platformos_check/tags/base.rb
Direct Known Subclasses
Background, Context, Function, Graphql, HashAssign, IncludeForm, Log, RedirectTo, SignIn, SpamProtection, Yield
Constant Summary
Constants included from BaseTagMethods
PlatformosCheck::Tags::BaseTagMethods::BACKWARDS_COMPATIBILITY_KEYS, PlatformosCheck::Tags::BaseTagMethods::SYNTAX, PlatformosCheck::Tags::BaseTagMethods::TAG_ATTRIBUTES
Instance Attribute Summary
Attributes included from BaseTagMethods
#attributes_expr, #duplicated_attrs, #main_value, #value_expr
Instance Method Summary collapse
-
#initialize(tag_name, markup, parse_context) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(tag_name, markup, parse_context) ⇒ Base
Returns a new instance of Base.
8 9 10 11 |
# File 'lib/platformos_check/tags/base.rb', line 8 def initialize(tag_name, markup, parse_context) super parse_markup(tag_name, markup) end |