- Inheritance
 
      - 
        
        < Object 
        
      
 
      
      - Included Modules
 
      - Renderable
 
      
    
    
    
      
    
    
        Classes & Modules
    
    
    
    
    
    
    
    
        Attributes
    
    
    
      
        
          | Name | 
          Visibility | 
          R/W | 
          Description | 
        
      
      
      
        
          | base_path | 
          public | 
          RW | 
           | 
        
      
        
          | extension | 
          public | 
          RW | 
           | 
        
      
        
          | filename | 
          public | 
          RW | 
           | 
        
      
        
          | format | 
          public | 
          RW | 
           | 
        
      
        
          | load_path | 
          public | 
          RW | 
           | 
        
      
        
          | locale | 
          public | 
          RW | 
           | 
        
      
        
          | name | 
          public | 
          RW | 
           | 
        
      
        
          | template_path | 
          public | 
          RW | 
           | 
        
      
      
    
    
    
    
    
        Methods
    
    
    Class
    
    
    
    
    
    Instance
    
    
    
    
        
    
    Class Method Detail
    
    
            
        
          exempt_from_layout(*extensions)
        
      
      
        
Don‘t render layouts for templates with the given extensions.
       
    
            
        
          new(template_path, load_path)
        
      
      
        
      
    
    
    
    
    Instance Method Detail
    
            
        
          accessible_paths()
        
      
      
        
      
    
            
        
          content_type()
        
      
      
        
      
    
            
        
          exempt_from_layout?()
        
      
      
        
      
    
            
        
          format_and_extension()
        
      
      
        
      
    
            
        
          load!()
        
      
      
        
      
    
            
        
          method_segment()
        
      
      
        
      
    
            
        
          mime_type()
        
      
      
        
      
    
            
        
          multipart?()
        
      
      
        
      
    
            
        
          path()
        
      
      
        
      
    
            
        
          path_without_extension()
        
      
      
        
      
    
            
        
          path_without_format_and_extension()
        
      
      
        
      
    
            
        
          relative_path()
        
      
      
        
      
    
            
        
          render_template(view, local_assigns = {})
        
      
      
        
      
    
            
        
          source()