Module: BlockKit::Concerns::Confirmable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Elements::Button, Elements::Checkboxes, Elements::DatePicker, Elements::DatetimePicker, Elements::Overflow, Elements::RadioButtons, Elements::Select, Elements::TimePicker
- Defined in:
- lib/block_kit/concerns/confirmable.rb
Instance Method Summary collapse
Instance Method Details
#as_json ⇒ Object
18 19 20 |
# File 'lib/block_kit/concerns/confirmable.rb', line 18 def as_json(*) super.merge(confirm: confirm&.as_json).compact end |