Method: GQLi::Subscription#__execute
- Defined in:
- lib/gqli/subscription.rb
#__execute(client) ⇒ Object
Delegates itself to the client to be executed
18 19 20 |
# File 'lib/gqli/subscription.rb', line 18 def __execute(client) client.execute(self) end |