Method: Fauna::QueryV#to_hash

Defined in:
lib/fauna/objects.rb

#to_hashObject

Converts the QueryV to Hash form.



153
154
155
# File 'lib/fauna/objects.rb', line 153

def to_hash
  { :@query => value }
end