Class: Daedal::Filters::TypeFilter

Inherits:
Filter
  • Object
show all
Defined in:
lib/daedal/filters/type_filter.rb

Instance Method Summary collapse

Methods inherited from Filter

#to_json

Instance Method Details

#to_hashObject



9
10
11
# File 'lib/daedal/filters/type_filter.rb', line 9

def to_hash
  {type: {:value => type}}
end