Methods
    
      
        - M
- 
          
        
- R
- 
          
        
Instance Public methods
      
        
          
            
              mailbox_for(inbound_email)
            
            Link
          
          
            
              
            
          
          
          
          
            
            
              
              
                 Source: 
                
                  show
                
                 | 
                
                  on GitHub
                
              
              
                
def mailbox_for(inbound_email)
  router.mailbox_for(inbound_email)
end
               
             
            
           
        
        
          
            
              route(inbound_email)
            
            Link
          
          
            
              
            
          
          
          
          
            
            
              
              
                 Source: 
                
                  show
                
                 | 
                
                  on GitHub
                
              
              
                
def route(inbound_email)
  router.route(inbound_email)
end
               
             
            
           
        
        
          
            
              routing(routes)
            
            Link
          
          
            
              
            
          
          
          
          
            
            
              
              
                 Source: 
                
                  show
                
                 | 
                
                  on GitHub
                
              
              
                
def routing(routes)
  router.add_routes(routes)
end