Class: FullSearch::Dsl::Field

Inherits:
Data
  • Object
show all
Defined in:
lib/full_search/dsl.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asyncObject (readonly)

Returns the value of attribute async

Returns:

  • (Object)

    the current value of async



7
8
9
# File 'lib/full_search/dsl.rb', line 7

def async
  @async
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/full_search/dsl.rb', line 7

def name
  @name
end

#reindex_onObject (readonly)

Returns the value of attribute reindex_on

Returns:

  • (Object)

    the current value of reindex_on



7
8
9
# File 'lib/full_search/dsl.rb', line 7

def reindex_on
  @reindex_on
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



7
8
9
# File 'lib/full_search/dsl.rb', line 7

def source
  @source
end

#weightObject (readonly)

Returns the value of attribute weight

Returns:

  • (Object)

    the current value of weight



7
8
9
# File 'lib/full_search/dsl.rb', line 7

def weight
  @weight
end