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