Class: Matestack::Ui::Bootstrap::Components::Toast
- Inherits:
-
VueJsComponent
- Object
- VueJsComponent
- Matestack::Ui::Bootstrap::Components::Toast
- Defined in:
- app/concepts/matestack/ui/bootstrap/components/toast.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
15 16 17 18 19 |
# File 'app/concepts/matestack/ui/bootstrap/components/toast.rb', line 15 def response standard_placement_partial # standard_placement_partial unless placement.present? # custom_placement_partial if placement.present? end |