Method: Elastify::Model#scroll_timeout
- Defined in:
- lib/elastify/model.rb
#scroll_timeout(scroll_timeout) ⇒ Object
30 31 32 |
# File 'lib/elastify/model.rb', line 30 def scroll_timeout(scroll_timeout) @opt_scroll_timeout = scroll_timeout end |