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



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def inject_boot
  @inject_boot
end

#listerObject (readonly)

Returns the value of attribute lister

Returns:

  • (Object)

    the current value of lister



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def lister
  @lister
end

#manifestObject (readonly)

Returns the value of attribute manifest

Returns:

  • (Object)

    the current value of manifest



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def manifest
  @manifest
end

#readerObject (readonly)

Returns the value of attribute reader

Returns:

  • (Object)

    the current value of reader



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def reader
  @reader
end

#rpcObject (readonly)

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def rpc
  @rpc
end

#template_loaderObject (readonly)

Returns the value of attribute template_loader

Returns:

  • (Object)

    the current value of template_loader



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def template_loader
  @template_loader
end

#transform_contextObject (readonly)

Returns the value of attribute transform_context

Returns:

  • (Object)

    the current value of transform_context



30
31
32
# File 'lib/textus/builder/pipeline.rb', line 30

def transform_context
  @transform_context
end