Method: Viberroo::Input.none_button
- Defined in:
- lib/viberroo/input.rb
.none_button(params = {}) ⇒ Object
A button that does nothing, for decoration purposes.
106 107 108 |
# File 'lib/viberroo/input.rb', line 106 def self.(params = {}) { ActionType: 'none' }.merge(params) end |