Class: Textus::Manifest::Entry::Derived::Projection

Inherits:
Data
  • Object
show all
Defined in:
lib/textus/manifest/entry/derived.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pluckObject (readonly)

Returns the value of attribute pluck

Returns:

  • (Object)

    the current value of pluck



5
6
7
# File 'lib/textus/manifest/entry/derived.rb', line 5

def pluck
  @pluck
end

#selectObject (readonly)

Returns the value of attribute select

Returns:

  • (Object)

    the current value of select



5
6
7
# File 'lib/textus/manifest/entry/derived.rb', line 5

def select
  @select
end

#sort_byObject (readonly)

Returns the value of attribute sort_by

Returns:

  • (Object)

    the current value of sort_by



5
6
7
# File 'lib/textus/manifest/entry/derived.rb', line 5

def sort_by
  @sort_by
end

#transformObject (readonly)

Returns the value of attribute transform

Returns:

  • (Object)

    the current value of transform



5
6
7
# File 'lib/textus/manifest/entry/derived.rb', line 5

def transform
  @transform
end