Class: Textus::Store::Container::Coordination

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/store/container.rb

Instance Attribute Summary collapse

Instance Attribute Details

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



5
6
7
# File 'lib/textus/store/container.rb', line 5

def manifest
  @manifest
end

#pipelineObject (readonly)

Returns the value of attribute pipeline

Returns:

  • (Object)

    the current value of pipeline



5
6
7
# File 'lib/textus/store/container.rb', line 5

def pipeline
  @pipeline
end

#workflowsObject (readonly)

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



5
6
7
# File 'lib/textus/store/container.rb', line 5

def workflows
  @workflows
end