Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
twitter / lib / twitter / source_user.rb
Size: Mime:
require 'twitter/basic_user'

module Twitter
  class SourceUser < Twitter::BasicUser
    predicate_attr_reader :all_replies, :blocking, :can_dm, :followed_by,
                          :marked_spam, :muting, :notifications_enabled,
                          :want_retweets
  end
end