Sha256: 7996c14913e692b6aca72bc7c1c7e8ada8faa05402bf7851cc02fdc95e322d60
Contents?: true
Size: 256 Bytes
Versions: 19
Compression:
Stored size: 256 Bytes
Contents
module Lol class Mastery < Model # @!attribute [r] id # @return [Fixnum] id of talent attr_reader :id # @!attribute [r] rank # @return [Fixnum] rank of talent attr_reader :rank private attr_writer :id, :rank end end
Version data entries
19 entries across 19 versions & 1 rubygems