Class: ActionDispatch::Routing::RouteSet::Config
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - ActionDispatch::Routing::RouteSet::Config
 
 
- Defined in:
 - lib/action_dispatch/routing/route_set.rb
 
Instance Attribute Summary collapse
- 
  
    
      #api_only  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute api_only.
 - 
  
    
      #relative_url_root  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute relative_url_root.
 
Instance Attribute Details
#api_only ⇒ Object
Returns the value of attribute api_only
      362 363 364  | 
    
      # File 'lib/action_dispatch/routing/route_set.rb', line 362 def api_only @api_only end  | 
  
#relative_url_root ⇒ Object
Returns the value of attribute relative_url_root
      362 363 364  | 
    
      # File 'lib/action_dispatch/routing/route_set.rb', line 362 def relative_url_root @relative_url_root end  |