Class: Tumblargh::Renderer::Blocks::Pages
- Inherits:
-
Tumblargh::Renderer::Base
- Object
- Tumblargh::Renderer::Base
- Tumblargh::Renderer::Blocks::Pages
- Defined in:
- lib/tumblargh/renderer/blocks.rb
Overview
Rendered for each custom page.
Instance Attribute Summary
Attributes inherited from Tumblargh::Renderer::Base
Instance Method Summary collapse
-
#label ⇒ Object
custom page name/label.
-
#should_render? ⇒ Boolean
TODO: Implementation.
-
#url ⇒ Object
custom page url.
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
#label ⇒ Object
custom page name/label
224 225 |
# File 'lib/tumblargh/renderer/blocks.rb', line 224 def label end |
#should_render? ⇒ Boolean
TODO: Implementation
215 216 217 |
# File 'lib/tumblargh/renderer/blocks.rb', line 215 def should_render? false end |
#url ⇒ Object
custom page url
220 221 |
# File 'lib/tumblargh/renderer/blocks.rb', line 220 def url end |