module Athena::Console::Helper::Interface
Direct including types
Defined in:
helper/interface.crInstance Method Summary
-
#helper_set : ACON::Helper::HelperSet | Nil
Returns the
ACON::Helper::HelperSet
related toself
, if any. -
#helper_set=(helper_set : ACON::Helper::HelperSet | Nil)
Sets the
ACON::Helper::HelperSet
related toself
.
Instance Method Detail
abstract
def helper_set : ACON::Helper::HelperSet | Nil
#
Returns the ACON::Helper::HelperSet
related to self
, if any.
abstract
def helper_set=(helper_set : ACON::Helper::HelperSet | Nil)
#
Sets the ACON::Helper::HelperSet
related to self
.