@return [Addressable::URI] The URI to the list members.
# File lib/twitter/list.rb, line 13 def members_uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/#{slug}/members") end
@return [Addressable::URI] The URI to the list subscribers.
# File lib/twitter/list.rb, line 20 def subscribers_uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/#{slug}/subscribers") end
@return [Addressable::URI] The URI to the list.
# File lib/twitter/list.rb, line 27 def uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/#{slug}") end
Generated with the Darkfish Rdoc Generator 2.