Method: ActiveInTime::Instructor#initialize

Defined in:
lib/ait_connect/instructor.rb

#initialize(active_in_time, json) ⇒ Instructor

Returns a new instance of Instructor.



5
6
7
# File 'lib/ait_connect/instructor.rb', line 5

def initialize(active_in_time, json)
  @active_in_time, @json = active_in_time, json
end