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



11
12
13
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11

def app_context
  @app_context
end

#participantObject

Returns the value of attribute participant

Returns:

  • (Object)

    the current value of participant



11
12
13
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11

def participant
  @participant
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



11
12
13
# File 'app/controllers/think_feel_do_engine/coach/participant_activities_visualizations_controller.rb', line 11

def position
  @position
end

#view_contextObject

Returns the value of attribute view_context

Returns:

  • (Object)

    the current value of 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