Class: Textus::Builder::Pipeline::Deps
- Inherits:
-
Data
- Object
- Data
- Textus::Builder::Pipeline::Deps
- Defined in:
- lib/textus/builder/pipeline.rb
Instance Attribute Summary collapse
-
#inject_boot ⇒ Object
readonly
Returns the value of attribute inject_boot.
-
#lister ⇒ Object
readonly
Returns the value of attribute lister.
-
#manifest ⇒ Object
readonly
Returns the value of attribute manifest.
-
#reader ⇒ Object
readonly
Returns the value of attribute reader.
-
#rpc ⇒ Object
readonly
Returns the value of attribute rpc.
-
#template_loader ⇒ Object
readonly
Returns the value of attribute template_loader.
-
#transform_context ⇒ Object
readonly
Returns the value of attribute transform_context.
Instance Attribute Details
#inject_boot ⇒ Object (readonly)
Returns the value of attribute inject_boot
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def inject_boot @inject_boot end |
#lister ⇒ Object (readonly)
Returns the value of attribute lister
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def lister @lister end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def manifest @manifest end |
#reader ⇒ Object (readonly)
Returns the value of attribute reader
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def reader @reader end |
#rpc ⇒ Object (readonly)
Returns the value of attribute rpc
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def rpc @rpc end |
#template_loader ⇒ Object (readonly)
Returns the value of attribute template_loader
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def template_loader @template_loader end |
#transform_context ⇒ Object (readonly)
Returns the value of attribute transform_context
56 57 58 |
# File 'lib/textus/builder/pipeline.rb', line 56 def transform_context @transform_context end |