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::HelperSetrelated toself, if any. - 
        #helper_set=(helper_set : ACON::Helper::HelperSet | Nil)
        
          
Sets the
ACON::Helper::HelperSetrelated 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.