Class: Textus::Protocol::StoreEngine::Pipeline::MoveDeps

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/protocol/store_engine/pipeline.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#callObject (readonly)

Returns the value of attribute call

Returns:

  • (Object)

    the current value of call



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def call
  @call
end

#event_emitterObject (readonly)

Returns the value of attribute event_emitter

Returns:

  • (Object)

    the current value of event_emitter



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def event_emitter
  @event_emitter
end

#file_systemObject (readonly)

Returns the value of attribute file_system

Returns:

  • (Object)

    the current value of file_system



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def file_system
  @file_system
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def layout
  @layout
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def manifest
  @manifest
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def reader
  @reader
end

#storeObject (readonly)

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



17
18
19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 17

def store
  @store
end

Instance Method Details

#audit_logObject



18
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 18

def audit_log    = store.audit_log

#entry_indexObject



19
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 19

def entry_index  = store.entry_index

#workflow_queueObject



20
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 20

def workflow_queue = store.workflow_queue