Class: Shakapacker::Manifest::LoadResult
- Inherits:
-
Struct
- Object
- Struct
- Shakapacker::Manifest::LoadResult
- Defined in:
- lib/shakapacker/manifest.rb
Overview
Holds the result of loading the manifest file, keeping data and file-existence state in a single atomic value.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#manifest_existed ⇒ Object
Returns the value of attribute manifest_existed.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
38 39 40 |
# File 'lib/shakapacker/manifest.rb', line 38 def data @data end |
#manifest_existed ⇒ Object
Returns the value of attribute manifest_existed
38 39 40 |
# File 'lib/shakapacker/manifest.rb', line 38 def manifest_existed @manifest_existed end |