Class: Textus::Produce::Acquire::Projection::Deps
- Inherits:
-
Data
- Object
- Data
- Textus::Produce::Acquire::Projection::Deps
- Defined in:
- lib/textus/produce/acquire/projection.rb
Instance Attribute Summary collapse
-
#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.
-
#transform_context ⇒ Object
readonly
Returns the value of attribute transform_context.
Instance Attribute Details
#lister ⇒ Object (readonly)
Returns the value of attribute lister
37 38 39 |
# File 'lib/textus/produce/acquire/projection.rb', line 37 def lister @lister end |
#manifest ⇒ Object (readonly)
Returns the value of attribute manifest
37 38 39 |
# File 'lib/textus/produce/acquire/projection.rb', line 37 def manifest @manifest end |
#reader ⇒ Object (readonly)
Returns the value of attribute reader
37 38 39 |
# File 'lib/textus/produce/acquire/projection.rb', line 37 def reader @reader end |
#rpc ⇒ Object (readonly)
Returns the value of attribute rpc
37 38 39 |
# File 'lib/textus/produce/acquire/projection.rb', line 37 def rpc @rpc end |
#transform_context ⇒ Object (readonly)
Returns the value of attribute transform_context
37 38 39 |
# File 'lib/textus/produce/acquire/projection.rb', line 37 def transform_context @transform_context end |