class Lucky::HTMLPage::HabitatSettings
Defined in:
lucky/html_page.crClass Method Summary
- .render_component_comments : Bool
 - .render_component_comments=(value : Bool)
 - 
        .render_component_comments?
        
          
Used for checking missing settings on non-nilable types It's advised to use render_component_comments in your apps to ensure the propper type is checked.
 - 
        .to_h
        
          
Generates a hash using the provided values
 
Class Method Detail
        
        def self.render_component_comments?
        #
      
      
        Used for checking missing settings on non-nilable types It's advised to use render_component_comments in your apps to ensure the propper type is checked.