Class Twitter::List
In: lib/twitter/list.rb
Parent: Twitter::Identity

Methods

Included Modules

Twitter::Creatable

Attributes

description  [R]  @return [String]
full_name  [R]  @return [String]
member_count  [R]  @return [Integer]
mode  [R]  @return [String]
name  [R]  @return [String]
slug  [R]  @return [String]
subscriber_count  [R]  @return [Integer]

Public Instance methods

@return [Addressable::URI] The URI to the list members.

members_url()

Alias for members_uri

@return [Addressable::URI] The URI to the list subscribers.

subscribers_url()

Alias for subscribers_uri

@return [Addressable::URI] The URI to the list.

url()

Alias for uri

[Validate]