lib/yammer/api/network.rb in yammer-client-0.1.4 vs lib/yammer/api/network.rb in yammer-client-0.1.5
- old
+ new
@@ -9,10 +9,10 @@
# @raise [Yammer::Error::Unauthorized] Error raised when supplied user credentials are not valid.
# @return [Yammer::ApiResponse]
# @param [Hash] opts the options to fetch a thread with
# @option opts [Boolean] :include_suspended
# @option opts [Boolean] :exclude_own_messages_from_unseen
- # @example Fetch data for the thread
+ # @example Fetch all networks that the current user is a member of
# Yammer.current_networks
def current_networks(opts={})
get('/api/v1/networks/current', opts)
end
end
\ No newline at end of file