File: target_user.rb

package info (click to toggle)
ruby-twitter 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,840 kB
  • sloc: ruby: 10,919; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
require 'twitter/basic_user'

module Twitter
  class TargetUser < Twitter::BasicUser
    predicate_attr_reader :followed_by
  end
end