Class: Textus::Pipeline::Acquire::Projection::Deps

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/pipeline/acquire/projection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#listerObject (readonly)

Returns the value of attribute lister

Returns:

  • (Object)

    the current value of lister



37
38
39
# File 'lib/textus/pipeline/acquire/projection.rb', line 37

def lister
  @lister
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



37
38
39
# File 'lib/textus/pipeline/acquire/projection.rb', line 37

def manifest
  @manifest
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



37
38
39
# File 'lib/textus/pipeline/acquire/projection.rb', line 37

def reader
  @reader
end

#stepsObject (readonly)

Returns the value of attribute steps

Returns:

  • (Object)

    the current value of steps



37
38
39
# File 'lib/textus/pipeline/acquire/projection.rb', line 37

def steps
  @steps
end

#transform_contextObject (readonly)

Returns the value of attribute transform_context

Returns:

  • (Object)

    the current value of transform_context



37
38
39
# File 'lib/textus/pipeline/acquire/projection.rb', line 37

def transform_context
  @transform_context
end