Class: PlatformosCheck::Tags::Base

Inherits:
Liquid::Tag
  • Object
show all
Includes:
BaseTagMethods
Defined in:
lib/platformos_check/tags/base.rb

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

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