Module: Yammer::ApiHandler

Included in:
Yammer, Resources::Base
Defined in:
lib/yammer/api_handler.rb

Instance Method Summary collapse

Instance Method Details

#api_handlerObject



18
19
20
# File 'lib/yammer/api_handler.rb', line 18

def api_handler
  establish_api_handler
end

#establish_api_handler(opts = {}) ⇒ Object



22
23
24
# File 'lib/yammer/api_handler.rb', line 22

def establish_api_handler(opts={})
  Yammer::Client.new(opts)
end