Class: Textus::Store::Container::Coordination
- Inherits:
-
Data
- Object
- Data
- Textus::Store::Container::Coordination
- Defined in:
- lib/textus/store/container.rb
Instance Attribute Summary collapse
-
#compositor ⇒ Object
readonly
Returns the value of attribute compositor.
-
#gate ⇒ Object
readonly
Returns the value of attribute gate.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#workflows ⇒ Object
readonly
Returns the value of attribute workflows.
Instance Attribute Details
#compositor ⇒ Object (readonly)
Returns the value of attribute compositor
7 8 9 |
# File 'lib/textus/store/container.rb', line 7 def compositor @compositor end |
#gate ⇒ Object (readonly)
Returns the value of attribute gate
7 8 9 |
# File 'lib/textus/store/container.rb', line 7 def gate @gate end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
7 8 9 |
# File 'lib/textus/store/container.rb', line 7 def manifest @manifest end |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows
7 8 9 |
# File 'lib/textus/store/container.rb', line 7 def workflows @workflows end |