Class: Platforms::Yammer::Api::Networks

Inherits:
Base
  • Object
show all
Defined in:
lib/platforms/yammer/api/networks.rb

Overview

Networks on Yammer

Author:

  • Benjamin Elias

Since:

  • 0.1.0

Instance Method Summary collapse

Methods inherited from Base

#initialize

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

Parameters:

  • options (Hash) (defaults to: {})

    Options for the request

  • headers (Hash) (defaults to: {})

    Additional headers to send with the request

Returns:

  • (Faraday::Response)

    the API response

See Also:

Since:

  • 0.1.0



14
15
16
# File 'lib/platforms/yammer/api/networks.rb', line 14

def current options={}, headers={}
  @connection.get 'networks/current.json', options, headers
end