Class: EffortReportsController::PanelState

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/effort_reports_controller.rb

Instance Attribute Summary collapse

Instance Attribute Details

#course_idObject

Returns the value of attribute course_id.



8
9
10
# File 'app/controllers/effort_reports_controller.rb', line 8

def course_id
  @course_id
end

#dateObject

Returns the value of attribute date.



8
9
10
# File 'app/controllers/effort_reports_controller.rb', line 8

def date
  @date
end

#week_numberObject

Returns the value of attribute week_number.



8
9
10
# File 'app/controllers/effort_reports_controller.rb', line 8

def week_number
  @week_number
end

#yearObject

Returns the value of attribute year.



8
9
10
# File 'app/controllers/effort_reports_controller.rb', line 8

def year
  @year
end