Class: Oso::Polar::Data::Filter::Projection
- Inherits:
-
Struct
- Object
- Struct
- Oso::Polar::Data::Filter::Projection
- Defined in:
- lib/oso/polar/data/filter.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
30 31 32 |
# File 'lib/oso/polar/data/filter.rb', line 30 def field @field end |
#source ⇒ Object
Returns the value of attribute source
30 31 32 |
# File 'lib/oso/polar/data/filter.rb', line 30 def source @source end |