Class: ThinkFeelDoEngine::Coach::ParticipantActivitiesVisualizationsController::RenderOptions

Inherits:
Struct
  • Object
show all
Defined in:
app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_contextObject

Returns the value of attribute app_context

Returns:

  • (Object)

    the current value of app_context



9
10
11
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 9

def app_context
  @app_context
end

#participantObject

Returns the value of attribute participant

Returns:

  • (Object)

    the current value of participant



9
10
11
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 9

def participant
  @participant
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



9
10
11
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 9

def position
  @position
end

#view_contextObject

Returns the value of attribute view_context

Returns:

  • (Object)

    the current value of view_context



9
10
11
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 9

def view_context
  @view_context
end