Class: Elasticated::Configuration
- Inherits:
-
Object
- Object
- Elasticated::Configuration
- Defined in:
- lib/elasticated/configuration.rb
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.scroll_expiration_time ⇒ Object
Returns the value of attribute scroll_expiration_time.
-
.scroll_page_size ⇒ Object
Returns the value of attribute scroll_page_size.
-
.search_page_size ⇒ Object
Returns the value of attribute search_page_size.
-
.transport_options ⇒ Object
Returns the value of attribute transport_options.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/elasticated/configuration.rb', line 5 def logger @logger end |
.scroll_expiration_time ⇒ Object
Returns the value of attribute scroll_expiration_time.
6 7 8 |
# File 'lib/elasticated/configuration.rb', line 6 def scroll_expiration_time @scroll_expiration_time end |
.scroll_page_size ⇒ Object
Returns the value of attribute scroll_page_size.
6 7 8 |
# File 'lib/elasticated/configuration.rb', line 6 def scroll_page_size @scroll_page_size end |
.search_page_size ⇒ Object
Returns the value of attribute search_page_size.
6 7 8 |
# File 'lib/elasticated/configuration.rb', line 6 def search_page_size @search_page_size end |
.transport_options ⇒ Object
Returns the value of attribute transport_options.
7 8 9 |
# File 'lib/elasticated/configuration.rb', line 7 def @transport_options end |