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

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

Instance Attribute Summary collapse

Instance Attribute Details

#compositorObject (readonly)

Returns the value of attribute compositor

Returns:

  • (Object)

    the current value of compositor



7
8
9
# File 'lib/textus/store/container.rb', line 7

def compositor
  @compositor
end

#gateObject (readonly)

Returns the value of attribute gate

Returns:

  • (Object)

    the current value of gate



7
8
9
# File 'lib/textus/store/container.rb', line 7

def gate
  @gate
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



7
8
9
# File 'lib/textus/store/container.rb', line 7

def manifest
  @manifest
end

#workflowsObject (readonly)

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



7
8
9
# File 'lib/textus/store/container.rb', line 7

def workflows
  @workflows
end