module Almicube::Cog

Attributes

ranking[RW]

Public Instance Methods

active?() click to toggle source
# File lib/almicube/cog.rb, line 5
def active?
  ! @ranking.nil?
end
Also aliased as: has_ranking?
after_aggregate() click to toggle source
# File lib/almicube/cog.rb, line 14
def after_aggregate
end
before_aggregate() click to toggle source
# File lib/almicube/cog.rb, line 11
def before_aggregate
end
has_ranking?()
Alias for: active?