Class: Desmos::Tutor
Instance Attribute Summary
Attributes inherited from User
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Tutor
constructor
A new instance of Tutor.
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( = {}) super @type = 'tutor' end |