Class: RailsAdmin::ApplicationHelper::ViewType
- Inherits:
- 
      Struct
      
        - Object
- Struct
- RailsAdmin::ApplicationHelper::ViewType
 
- Defined in:
- app/helpers/rails_admin/application_helper.rb
Overview
Creative whitespace:
Instance Attribute Summary collapse
- 
  
    
      #authorization  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute authorization. 
- 
  
    
      #parent  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute parent. 
- 
  
    
      #path_method  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute path_method. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
Instance Attribute Details
#authorization ⇒ Object
Returns the value of attribute authorization
| 13 14 15 | # File 'app/helpers/rails_admin/application_helper.rb', line 13 def @authorization end | 
#parent ⇒ Object
Returns the value of attribute parent
| 13 14 15 | # File 'app/helpers/rails_admin/application_helper.rb', line 13 def parent @parent end | 
#path_method ⇒ Object
Returns the value of attribute path_method
| 13 14 15 | # File 'app/helpers/rails_admin/application_helper.rb', line 13 def path_method @path_method end | 
#type ⇒ Object
Returns the value of attribute type
| 13 14 15 | # File 'app/helpers/rails_admin/application_helper.rb', line 13 def type @type end |