Class: Overapp::Load::Instance
- Includes:
- FromHash
- Defined in:
- lib/overapp/load/instance.rb
Instance Attribute Summary collapse
-
#overlays ⇒ Object
Returns the value of attribute overlays.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#overlays ⇒ Object
Returns the value of attribute overlays.
5 6 7 |
# File 'lib/overapp/load/instance.rb', line 5 def end |
#path ⇒ Object
Returns the value of attribute path.
5 6 7 |
# File 'lib/overapp/load/instance.rb', line 5 def path @path end |
Instance Method Details
#apply_overlay(base, overlay) ⇒ Object
22 23 24 |
# File 'lib/overapp/load/instance.rb', line 22 def (base,) .load_full(base,:vars => vars) end |