Class: Daedal::Queries::MatchAllQuery

Inherits:
BaseQuery
  • Object
show all
Defined in:
lib/daedal/queries/match_all_query.rb

Instance Method Summary collapse

Methods inherited from BaseQuery

#to_json

Instance Method Details

#to_hashObject



7
8
9
# File 'lib/daedal/queries/match_all_query.rb', line 7

def to_hash
  {match_all: {}}
end