Class: AdvancedQueryBuilder::RangeValue

Inherits:
Struct
  • Object
show all
Defined in:
common/advanced_query_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



7
8
9
# File 'common/advanced_query_builder.rb', line 7

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



7
8
9
# File 'common/advanced_query_builder.rb', line 7

def to
  @to
end