Class: Simpacker::Context
- Inherits:
-
Object
- Object
- Simpacker::Context
- Defined in:
- lib/simpacker/context.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
Instance Method Summary collapse
-
#initialize(root_path: Rails.root) ⇒ Context
constructor
A new instance of Context.
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
3 4 5 |
# File 'lib/simpacker/context.rb', line 3 def config @config end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest.
3 4 5 |
# File 'lib/simpacker/context.rb', line 3 def manifest @manifest end |