Sha256: c65857cba7d0eb9c96620efc13339742b429f0e6cf84c3656dc280cb88718e29
Contents?: true
Size: 463 Bytes
Versions: 22
Compression:
Stored size: 463 Bytes
Contents
class YouTubeG module Model class Rating < YouTubeG::Record # *Float*:: Average rating given to the video attr_reader :average # *Fixnum*:: Maximum rating that can be assigned to the video attr_reader :max # *Fixnum*:: Minimum rating that can be assigned to the video attr_reader :min # *Fixnum*:: Indicates how many people have rated the video attr_reader :rater_count end end end
Version data entries
22 entries across 22 versions & 11 rubygems