Class: Tumblargh::Renderer::Blocks::PostTitle
- Inherits:
-
Tumblargh::Renderer::Base
- Object
- Tumblargh::Renderer::Base
- Tumblargh::Renderer::Blocks::PostTitle
- Defined in:
- lib/tumblargh/renderer/blocks.rb
Overview
Rendered on permalink pages. (Useful for displaying the current post’s title in the page title)
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Tumblargh::Renderer::Base
Instance Method Summary collapse
Methods inherited from Tumblargh::Renderer::Base
#context_post, contextual_tag, #escape_html, #escape_url, #initialize, #method_missing, #render, #strip_html
Constructor Details
This class inherits a constructor from Tumblargh::Renderer::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Tumblargh::Renderer::Base
Instance Method Details
#post_title ⇒ Object
118 119 120 |
# File 'lib/tumblargh/renderer/blocks.rb', line 118 def post_title # TODO: Implementation end |
#should_render? ⇒ Boolean
114 115 116 |
# File 'lib/tumblargh/renderer/blocks.rb', line 114 def should_render? false end |