Class: Textus::Protocol::StoreEngine::Pipeline::WriteDeps

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



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def call
  @call
end

#event_emitterObject (readonly)

Returns the value of attribute event_emitter

Returns:

  • (Object)

    the current value of event_emitter



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def event_emitter
  @event_emitter
end

#file_systemObject (readonly)

Returns the value of attribute file_system

Returns:

  • (Object)

    the current value of file_system



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def file_system
  @file_system
end

#layoutObject (readonly)

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def layout
  @layout
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def manifest
  @manifest
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def reader
  @reader
end

#schemasObject (readonly)

Returns the value of attribute schemas

Returns:

  • (Object)

    the current value of schemas



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def schemas
  @schemas
end

#storeObject (readonly)

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



5
6
7
# File 'lib/textus/protocol/store_engine/pipeline.rb', line 5

def store
  @store
end

Instance Method Details

#audit_logObject



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

def audit_log    = store.audit_log

#entry_indexObject



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

def entry_index  = store.entry_index

#file_storeObject



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

def file_store   = store.file_store