lib/yammer/api/topic.rb in yammer-client-0.1.2 vs lib/yammer/api/topic.rb in yammer-client-0.1.3
- old
+ new
@@ -5,10 +5,10 @@
# @see https://developer.yammer.com/restapi/#rest-users
# @api_path /api/v1/topics
# @rate_limited Yes
# @authentication Requires user context
# @raise [Yammer::Error::Unauthorized] Error raised when supplied user credentials are not valid.
- # @return [Yammer::Response]
+ # @return [Yammer::ApiResponse]
# @param id [Integer]
# @param [Hash] opts the options to fetch a thread with
# @option opts [Integer] :is_followed_by
# @example Fetch data for the thread
# Yammer.get_topic(42, :is_followed_by => 2)
\ No newline at end of file