Class: FullSearch::Dsl::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#as ⇒ Object (readonly)

Returns the value of attribute as

Returns:

  • (Object) —

    the current value of as



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

def as
  @as
end

#async ⇒ Object (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

#async_source ⇒ Object (readonly)

Returns the value of attribute async_source

Returns:

  • (Object) —

    the current value of async_source



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

def async_source
  @async_source
end

#name ⇒ Object (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_on ⇒ Object (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

#source ⇒ Object (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

#version ⇒ Object (readonly)

Returns the value of attribute version

Returns:

  • (Object) —

    the current value of version



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

def version
  @version
end

#weight ⇒ Object (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