Class: Glim::LiquidTags::PostURL
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Glim::LiquidTags::PostURL
- Defined in:
- lib/liquid_ext.rb
Instance Method Summary collapse
-
#initialize(tag_name, markup, options) ⇒ PostURL
constructor
A new instance of PostURL.
- #render(context) ⇒ Object
Constructor Details
#initialize(tag_name, markup, options) ⇒ PostURL
Returns a new instance of PostURL.
138 139 140 141 |
# File 'lib/liquid_ext.rb', line 138 def initialize(tag_name, markup, ) super @post_name = markup.strip end |