Class: ParadeDB::QueryBuilder::Modifier

Inherits:
Data
  • Object
show all
Defined in:
lib/parade_db/query_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



10
11
12
# File 'lib/parade_db/query_builder.rb', line 10

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



10
11
12
# File 'lib/parade_db/query_builder.rb', line 10

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/parade_db/query_builder.rb', line 10

def value
  @value
end