Sha256: 7af30f5e68be49221ac4645f4b86ca57e8796e6d159b5f1860a9593fbb20b1bc
Contents?: true
Size: 225 Bytes
Versions: 10
Compression:
Stored size: 225 Bytes
Contents
require 'twitter/entity' module Twitter class Entity class UserMention < Twitter::Entity # @return [Integer] attr_reader :id # @return [String] attr_reader :name, :screen_name end end end
Version data entries
10 entries across 10 versions & 1 rubygems