Class: Platforms::Yammer::Api::Networks
- Defined in:
- lib/platforms/yammer/api/networks.rb
Overview
Networks on Yammer
Instance Method Summary collapse
-
#current(options = {}, headers = {}) ⇒ Faraday::Response
Get the user’s current Network.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Platforms::Yammer::Api::Base
Instance Method Details
#current(options = {}, headers = {}) ⇒ Faraday::Response
Get the user’s current Network
14 15 16 |
# File 'lib/platforms/yammer/api/networks.rb', line 14 def current ={}, headers={} @connection.get 'networks/current.json', , headers end |