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
# File lib/matestack/ui/vue_js/components/collection/filter.rb, line 13
def vue_props
  super.merge({
    id: ctx.id
  })
end