Method: Ayadn::SetScroll#spinner
- Defined in:
- lib/ayadn/set.rb
#spinner(value) ⇒ Object
439 440 441 442 443 |
# File 'lib/ayadn/set.rb', line 439 def spinner(value) @input = 'spinner' @output = Validators.boolean(value) Settings.[:scroll][:spinner] = @output end |