Class: Middleman::Imageoptim::ManifestResource
- Inherits:
-
Sitemap::Resource
- Object
- Sitemap::Resource
- Middleman::Imageoptim::ManifestResource
- Defined in:
- lib/middleman-imageoptim/manifest_resource.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
- #binary? ⇒ Boolean
- #ignored? ⇒ Boolean
- #raw_data ⇒ Object
- #render(*_args, &_block) ⇒ Object
- #template? ⇒ Boolean
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
7 8 9 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 7 def output @output end |
Instance Method Details
#binary? ⇒ Boolean
17 18 19 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 17 def binary? false end |
#ignored? ⇒ Boolean
25 26 27 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 25 def ignored? false end |
#raw_data ⇒ Object
21 22 23 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 21 def raw_data {} end |
#render(*_args, &_block) ⇒ Object
13 14 15 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 13 def render(*_args, &_block) manifest_content end |
#template? ⇒ Boolean
9 10 11 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 9 def template? false end |