module Novika::ICapabilityClass
Overview
Class-side (extend
) interface to a Novika capability. All
capability classes must be compatible with this module.
Defined in:
novika/capability.crInstance Method Summary
-
#id : String
Returns the frontend identifier of this capability class.
-
#on_by_default? : Bool
Returns whether this capability class should be enabled automatically.
-
#purpose : String
Returns a short description on what this capability class provides.
Instance Method Detail
abstract
def on_by_default? : Bool
#
Returns whether this capability class should be enabled automatically.