Class: Klenod::Runtime::AssetSpec
- Inherits:
-
Data
- Object
- Data
- Klenod::Runtime::AssetSpec
- Defined in:
- lib/klenod/runtime/bundle.rb
Instance Attribute Summary collapse
-
#content_hash ⇒ Object
readonly
Returns the value of attribute content_hash.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#logical_name ⇒ Object
readonly
Returns the value of attribute logical_name.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
Instance Attribute Details
#content_hash ⇒ Object (readonly)
Returns the value of attribute content_hash
11 12 13 |
# File 'lib/klenod/runtime/bundle.rb', line 11 def content_hash @content_hash end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
11 12 13 |
# File 'lib/klenod/runtime/bundle.rb', line 11 def content_type @content_type end |
#logical_name ⇒ Object (readonly)
Returns the value of attribute logical_name
11 12 13 |
# File 'lib/klenod/runtime/bundle.rb', line 11 def logical_name @logical_name end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
11 12 13 |
# File 'lib/klenod/runtime/bundle.rb', line 11 def @metadata end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
11 12 13 |
# File 'lib/klenod/runtime/bundle.rb', line 11 def output_path @output_path end |