Class: Bright::Enrollment

Inherits:
Model show all
Defined in:
lib/bright/enrollment.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#assign_attributes, attribute_names, #initialize, #to_json

Constructor Details

This class inherits a constructor from Bright::Model

Instance Attribute Details

#schoolObject

Returns the value of attribute school.



5
6
7
# File 'lib/bright/enrollment.rb', line 5

def school
  @school
end

#studentObject

Returns the value of attribute student.



5
6
7
# File 'lib/bright/enrollment.rb', line 5

def student
  @student
end