@return [Addressable::URI] The URI to the list members.
# File lib/twitter/list.rb, line 12 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 19 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 26 def uri Addressable::URI.parse("https://twitter.com/#{user.screen_name}/#{slug}") end
Generated with the Darkfish Rdoc Generator 2.