Sha256: b18ffd89f200f70b4593bf13bec8b8b8e72c1138908500ebd8c460a6e72cd515
Contents?: true
Size: 465 Bytes
Versions: 38
Compression:
Stored size: 465 Bytes
Contents
module MeducationSDK module Badges class EminentAuthorBadge < Badge self.path = "/badges/eminent_author_badges" def name 'Eminent Author' end def description 'Unlocked by having 10 resources rated at +40.' end def metal :gold end end class EminentAuthorBadgeMock < EminentAuthorBadge extend Loquor::ResourceMock self.attributes = { id: 1, user_id: 1 } end end end
Version data entries
38 entries across 38 versions & 1 rubygems