Class: Textus::Builder::Pipeline::Deps

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

Instance Attribute Summary collapse

Instance Attribute Details

#inject_bootObject (readonly)

Returns the value of attribute inject_boot

Returns:

  • (Object)

    the current value of inject_boot



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def inject_boot
  @inject_boot
end

#listerObject (readonly)

Returns the value of attribute lister

Returns:

  • (Object)

    the current value of lister



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def lister
  @lister
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def manifest
  @manifest
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def reader
  @reader
end

#rpcObject (readonly)

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def rpc
  @rpc
end

#template_loaderObject (readonly)

Returns the value of attribute template_loader

Returns:

  • (Object)

    the current value of template_loader



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def template_loader
  @template_loader
end

#transform_contextObject (readonly)

Returns the value of attribute transform_context

Returns:

  • (Object)

    the current value of transform_context



56
57
58
# File 'lib/textus/builder/pipeline.rb', line 56

def transform_context
  @transform_context
end