module Athena::Console::Helper::Interface

Direct including types

Defined in:

helper/interface.cr

Instance Method Summary

Instance Method Detail

abstract def helper_set : ACON::Helper::HelperSet | Nil #

Returns the ACON::Helper::HelperSet related to self, if any.


[View source]
abstract def helper_set=(helper_set : ACON::Helper::HelperSet | Nil) #

Sets the ACON::Helper::HelperSet related to self.


[View source]