Class: Daedal::Queries::MatchAllQuery

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

Instance Method Summary collapse

Methods inherited from Query

#to_json

Instance Method Details

#to_hashObject



5
6
7
# File 'lib/daedal/queries/match_all_query.rb', line 5

def to_hash
  {match_all: {}}
end