Class: Textus::Protocol::Builder::Domain::Components
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::Builder::Domain::Components
- Defined in:
- lib/textus/protocol/builder/domain.rb
Instance Attribute Summary collapse
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#schemas ⇒ Object
readonly
Returns the value of attribute schemas.
-
#workflow_registry ⇒ Object
readonly
Returns the value of attribute workflow_registry.
-
#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/protocol/builder/domain.rb', line 5 def manifest @manifest end |
#schemas ⇒ Object (readonly)
Returns the value of attribute schemas
5 6 7 |
# File 'lib/textus/protocol/builder/domain.rb', line 5 def schemas @schemas end |
#workflow_registry ⇒ Object (readonly)
Returns the value of attribute workflow_registry
5 6 7 |
# File 'lib/textus/protocol/builder/domain.rb', line 5 def workflow_registry @workflow_registry end |
#workflows ⇒ Object (readonly)
Returns the value of attribute workflows
5 6 7 |
# File 'lib/textus/protocol/builder/domain.rb', line 5 def workflows @workflows end |