Class: Asciidoctor::Html::CacheBuster::AssetData
- Inherits:
-
Struct
- Object
- Struct
- Asciidoctor::Html::CacheBuster::AssetData
- Defined in:
- lib/asciidoctor/html/cache_buster.rb
Instance Attribute Summary collapse
-
#filehash ⇒ Object
Returns the value of attribute filehash.
-
#newpath ⇒ Object
Returns the value of attribute newpath.
Instance Attribute Details
#filehash ⇒ Object
Returns the value of attribute filehash
11 12 13 |
# File 'lib/asciidoctor/html/cache_buster.rb', line 11 def filehash @filehash end |
#newpath ⇒ Object
Returns the value of attribute newpath
11 12 13 |
# File 'lib/asciidoctor/html/cache_buster.rb', line 11 def newpath @newpath end |