Class: Moltrio::Config::ContainerCache
- Inherits:
-
Struct
- Object
- Struct
- Moltrio::Config::ContainerCache
- Defined in:
- lib/moltrio/config.rb
Instance Attribute Summary collapse
-
#namespaced ⇒ Object
Returns the value of attribute namespaced.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Attribute Details
#namespaced ⇒ Object
Returns the value of attribute namespaced
25 26 27 |
# File 'lib/moltrio/config.rb', line 25 def namespaced @namespaced end |
#root ⇒ Object
Returns the value of attribute root
25 26 27 |
# File 'lib/moltrio/config.rb', line 25 def root @root end |