Class: AgnosticBackend::Indexable::Config::ConfigEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/agnostic_backend/indexable/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#index_classObject

Returns the value of attribute index_class

Returns:

  • (Object)

    the current value of index_class



6
7
8
# File 'lib/agnostic_backend/indexable/config.rb', line 6

def index_class
  @index_class
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



6
7
8
# File 'lib/agnostic_backend/indexable/config.rb', line 6

def options
  @options
end