Module: ModMonkey::Profile

Defined in:
lib/modmonkey_client/profile.rb

Defined Under Namespace

Modules: ActMethods, Moderatable

Constant Summary collapse

BANNED_STATES =
{
  'BANNED' => 'banned',
  'UNBANNED' => 'unbanned'
}