lib/yammer/api/network.rb in yammer-client-0.1.2 vs lib/yammer/api/network.rb in yammer-client-0.1.3

- old
+ new

@@ -5,10 +5,10 @@ # @see https://developer.yammer.com/restapi/#rest-network # @api_path /api/v1//networks/current # @rate_limited Yes # @authentication authenticated user context # @raise [Yammer::Error::Unauthorized] Error raised when supplied user credentials are not valid. - # @return [Yammer::Response] + # @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 # Yammer.current_networks \ No newline at end of file