class Matestack::Ui::VueJs::Components::Collection::Filter
Public Instance Methods
for_option()
click to toggle source
# File lib/matestack/ui/vue_js/components/collection/filter.rb, line 19 def for_option OpenStruct.new(ctx.filter_state) end
vue_props()
click to toggle source
Calls superclass method
Matestack::Ui::VueJs::Components::Form::Form#vue_props
# File lib/matestack/ui/vue_js/components/collection/filter.rb, line 13 def vue_props super.merge({ id: ctx.id }) end