Class: Textus::Protocol::Builder::Domain::Components

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/builder/domain.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/protocol/builder/domain.rb', line 5

def manifest
  @manifest
end

#schemasObject (readonly)

Returns the value of attribute schemas

Returns:

  • (Object)

    the current value of schemas



5
6
7
# File 'lib/textus/protocol/builder/domain.rb', line 5

def schemas
  @schemas
end

#workflow_registryObject (readonly)

Returns the value of attribute workflow_registry

Returns:

  • (Object)

    the current value of workflow_registry



5
6
7
# File 'lib/textus/protocol/builder/domain.rb', line 5

def workflow_registry
  @workflow_registry
end

#workflowsObject (readonly)

Returns the value of attribute workflows

Returns:

  • (Object)

    the current value of workflows



5
6
7
# File 'lib/textus/protocol/builder/domain.rb', line 5

def workflows
  @workflows
end