Class: ThinkFeelDoEngine::Coach::ParticipantActivitiesVisualizationsController::RenderOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - ThinkFeelDoEngine::Coach::ParticipantActivitiesVisualizationsController::RenderOptions
 
 
- Defined in:
 - app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb
 
Instance Attribute Summary collapse
- 
  
    
      #app_context  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute app_context.
 - 
  
    
      #participant  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute participant.
 - 
  
    
      #position  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute position.
 - 
  
    
      #view_context  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute view_context.
 
Instance Attribute Details
#app_context ⇒ Object
Returns the value of attribute app_context
      11 12 13  | 
    
      # File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11 def app_context @app_context end  | 
  
#participant ⇒ Object
Returns the value of attribute participant
      11 12 13  | 
    
      # File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11 def participant @participant end  | 
  
#position ⇒ Object
Returns the value of attribute position
      11 12 13  | 
    
      # File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11 def position @position end  | 
  
#view_context ⇒ Object
Returns the value of attribute view_context
      11 12 13  | 
    
      # File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11 def view_context @view_context end  |