Method: Asana::Client::ResourceProxy#method_missing
- Defined in:
- lib/asana/client.rb
#method_missing(m, *args, **kwargs, &block) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
62 63 64 |
# File 'lib/asana/client.rb', line 62 def method_missing(m, *args, **kwargs, &block) @resource.public_send(m, *([@client] + args), **kwargs, &block) end |