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
- #metadata ⇒ Object
- #raw_data ⇒ Object
- #render(*_args, &_block) ⇒ Object
- #template? ⇒ Boolean
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
6 7 8 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 6 def output @output end |
Instance Method Details
#binary? ⇒ Boolean
16 17 18 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 16 def binary? false end |
#ignored? ⇒ Boolean
24 25 26 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 24 def ignored? false end |
#metadata ⇒ Object
28 29 30 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 28 def .dup end |
#raw_data ⇒ Object
20 21 22 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 20 def raw_data {} end |
#render(*_args, &_block) ⇒ Object
12 13 14 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 12 def render(*_args, &_block) manifest_content end |
#template? ⇒ Boolean
8 9 10 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 8 def template? false end |