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