Method: GQLi::Query#__execute

Defined in:
lib/gqli/query.rb

#__execute(client) ⇒ Object

Delegates itself to the client to be executed



20
21
22
# File 'lib/gqli/query.rb', line 20

def __execute(client)
  client.execute(self)
end