Class: Textus::Manifest::Entry::Derived::Projection
- Inherits:
-
Data
- Object
- Data
- Textus::Manifest::Entry::Derived::Projection
- Defined in:
- lib/textus/manifest/entry/derived.rb
Instance Attribute Summary collapse
-
#pluck ⇒ Object
readonly
Returns the value of attribute pluck.
-
#select ⇒ Object
readonly
Returns the value of attribute select.
-
#sort_by ⇒ Object
readonly
Returns the value of attribute sort_by.
-
#transform ⇒ Object
readonly
Returns the value of attribute transform.
Instance Attribute Details
#pluck ⇒ Object (readonly)
Returns the value of attribute pluck
5 6 7 |
# File 'lib/textus/manifest/entry/derived.rb', line 5 def pluck @pluck end |
#select ⇒ Object (readonly)
Returns the value of attribute select
5 6 7 |
# File 'lib/textus/manifest/entry/derived.rb', line 5 def select @select end |
#sort_by ⇒ Object (readonly)
Returns the value of attribute sort_by
5 6 7 |
# File 'lib/textus/manifest/entry/derived.rb', line 5 def sort_by @sort_by end |
#transform ⇒ Object (readonly)
Returns the value of attribute transform
5 6 7 |
# File 'lib/textus/manifest/entry/derived.rb', line 5 def transform @transform end |