class Daedal::Filters::TypeFilter

Public Instance Methods

to_hash() click to toggle source
# File lib/daedal/filters/type_filter.rb, line 9
def to_hash
  {type: {:value => type}}
end