Class: AgnosticBackend::Indexable::Config::ConfigEntry
- Inherits:
-
Struct
- Object
- Struct
- AgnosticBackend::Indexable::Config::ConfigEntry
- Defined in:
- lib/agnostic_backend/indexable/config.rb
Instance Attribute Summary collapse
-
#index_class ⇒ Object
Returns the value of attribute index_class.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#index_class ⇒ Object
Returns the value of attribute index_class
6 7 8 |
# File 'lib/agnostic_backend/indexable/config.rb', line 6 def index_class @index_class end |
#options ⇒ Object
Returns the value of attribute options
6 7 8 |
# File 'lib/agnostic_backend/indexable/config.rb', line 6 def @options end |