Skip to content

Commit

Permalink
Mix-in creatable to lists
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 26, 2012
1 parent b4eb89c commit 6d408ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/twitter/list.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
require 'twitter/base'
require 'twitter/creatable'
require 'twitter/user'

module Twitter
class List < Twitter::Base
include Twitter::Creatable
lazy_attr_reader :description, :following, :full_name, :id, :member_count,
:mode, :name, :slug, :subscriber_count, :uri
alias :following? :following
Expand Down

0 comments on commit 6d408ea

Please sign in to comment.