Class: Textus::Protocol::StoreEngine::Pipeline::MoveDeps
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::StoreEngine::Pipeline::MoveDeps
- Defined in:
- lib/textus/protocol/store_engine/pipeline.rb
Instance Attribute Summary collapse
-
#call ⇒ Object
readonly
Returns the value of attribute call.
-
#event_emitter ⇒ Object
readonly
Returns the value of attribute event_emitter.
-
#file_system ⇒ Object
readonly
Returns the value of attribute file_system.
-
#layout ⇒ Object
readonly
Returns the value of attribute layout.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
-
#store ⇒ Object
readonly
Returns the value of attribute store.
Instance Method Summary collapse
Instance Attribute Details
#call ⇒ Object (readonly)
Returns the value of attribute call
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def call @call end |
#event_emitter ⇒ Object (readonly)
Returns the value of attribute event_emitter
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def event_emitter @event_emitter end |
#file_system ⇒ Object (readonly)
Returns the value of attribute file_system
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def file_system @file_system end |
#layout ⇒ Object (readonly)
Returns the value of attribute layout
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def layout @layout end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def manifest @manifest end |
#reader ⇒ Object (readonly)
Returns the value of attribute reader
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def reader @reader end |
#store ⇒ Object (readonly)
Returns the value of attribute store
17 18 19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17 def store @store end |
Instance Method Details
#audit_log ⇒ Object
18 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 18 def audit_log = store.audit_log |
#entry_index ⇒ Object
19 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 19 def entry_index = store.entry_index |
#workflow_queue ⇒ Object
20 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 20 def workflow_queue = store.workflow_queue |