Method: Twitter::User#followers_count

Defined in:
lib/twitter/user.rb

#followers_countInteger (readonly)

Returns:

  • (Integer)


14
15
16
# File 'lib/twitter/user.rb', line 14

def followers_count
  @followers_count
end