Class: Desmos::Tutor

Inherits:
User
  • Object
show all
Defined in:
lib/desmos/tutor.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 = {}) ⇒ Tutor

Returns a new instance of Tutor.



4
5
6
7
# File 'lib/desmos/tutor.rb', line 4

def initialize(options = {})
  super
  @type = 'tutor'
end