Class: Textus::Protocol::StoreEngine::Pipeline::DeleteDeps
- Inherits:
-
Data
- Object
- Data
- Textus::Protocol::StoreEngine::Pipeline::DeleteDeps
- 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.
-
#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
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def call @call end |
#event_emitter ⇒ Object (readonly)
Returns the value of attribute event_emitter
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def event_emitter @event_emitter end |
#file_system ⇒ Object (readonly)
Returns the value of attribute file_system
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def file_system @file_system end |
#layout ⇒ Object (readonly)
Returns the value of attribute layout
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def layout @layout end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def manifest @manifest end |
#store ⇒ Object (readonly)
Returns the value of attribute store
11 12 13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11 def store @store end |
Instance Method Details
#audit_log ⇒ Object
12 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 12 def audit_log = store.audit_log |
#entry_index ⇒ Object
13 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 13 def entry_index = store.entry_index |
#workflow_queue ⇒ Object
14 |
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 14 def workflow_queue = store.workflow_queue |