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.
4 5 6 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 4 def output @output end |
Instance Method Details
#binary? ⇒ Boolean
14 15 16 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 14 def binary? false end |
#ignored? ⇒ Boolean
22 23 24 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 22 def ignored? false end |
#metadata ⇒ Object
26 27 28 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 26 def .dup end |
#raw_data ⇒ Object
18 19 20 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 18 def raw_data {} end |
#render(*_args, &_block) ⇒ Object
10 11 12 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 10 def render(*_args, &_block) manifest_content end |
#template? ⇒ Boolean
6 7 8 |
# File 'lib/middleman-imageoptim/manifest_resource.rb', line 6 def template? false end |