Class: PeopleController::ClassProfileState

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

Instance Attribute Summary collapse

Instance Attribute Details

#graduation_yearObject

Returns the value of attribute graduation_year.



451
452
453
# File 'app/controllers/people_controller.rb', line 451

def graduation_year
  @graduation_year
end

#is_part_timeObject

Returns the value of attribute is_part_time.



451
452
453
# File 'app/controllers/people_controller.rb', line 451

def is_part_time
  @is_part_time
end

#programObject

Returns the value of attribute program.



451
452
453
# File 'app/controllers/people_controller.rb', line 451

def program
  @program
end