Class: Desmos::Student
Instance Attribute Summary
Attributes inherited from User
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Student
constructor
A new instance of Student.
Methods inherited from User
build_from_hash, #request_options
Constructor Details
#initialize(options = {}) ⇒ Student
Returns a new instance of Student.
4 5 6 7 |
# File 'lib/desmos/student.rb', line 4 def initialize( = {}) super @type = 'student' end |