Class: Desmos::Student

Inherits:
User
  • Object
show all
Defined in:
lib/desmos/student.rb

Instance Attribute Summary

Attributes inherited from User

#hash, #id, #name, #type

Instance Method Summary collapse

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(options = {})
  super
  @type = 'student'
end