Class: AdvancedQueryBuilder::RangeValue
- Inherits:
-
Struct
- Object
- Struct
- AdvancedQueryBuilder::RangeValue
- Defined in:
- common/advanced_query_builder.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'common/advanced_query_builder.rb', line 7 def from @from end |
#to ⇒ Object
Returns the value of attribute to
7 8 9 |
# File 'common/advanced_query_builder.rb', line 7 def to @to end |