Class: Textus::Protocol::StoreEngine::Pipeline::DeleteDeps

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



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def call
  @call
end

#event_emitterObject (readonly)

Returns the value of attribute event_emitter

Returns:

  • (Object)

    the current value of event_emitter



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def event_emitter
  @event_emitter
end

#file_systemObject (readonly)

Returns the value of attribute file_system

Returns:

  • (Object)

    the current value of file_system



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def file_system
  @file_system
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def layout
  @layout
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def manifest
  @manifest
end

#storeObject (readonly)

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



11
12
13
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 11

def store
  @store
end

Instance Method Details

#audit_logObject



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

def audit_log    = store.audit_log

#entry_indexObject



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

def entry_index  = store.entry_index

#workflow_queueObject



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

def workflow_queue = store.workflow_queue