Class: Regis::Response::Model::Instructor

Inherits:
Base
  • Object
show all
Defined in:
lib/regis/responses/models/instructor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(json) ⇒ Instructor

Returns a new instance of Instructor.



14
15
16
# File 'lib/regis/responses/models/instructor.rb', line 14

def initialize(json)
    super(json)
end

Instance Attribute Details

#first_nameObject (readonly)

Returns the value of attribute first_name.



9
10
11
# File 'lib/regis/responses/models/instructor.rb', line 9

def first_name
  @first_name
end

#full_nameObject (readonly)

Returns the value of attribute full_name.



11
12
13
# File 'lib/regis/responses/models/instructor.rb', line 11

def full_name
  @full_name
end

#image_base64Object (readonly)

Returns the value of attribute image_base64.



12
13
14
# File 'lib/regis/responses/models/instructor.rb', line 12

def image_base64
  @image_base64
end

#last_nameObject (readonly)

Returns the value of attribute last_name.



10
11
12
# File 'lib/regis/responses/models/instructor.rb', line 10

def last_name
  @last_name
end

#regent_idObject (readonly)

Returns the value of attribute regent_id.



7
8
9
# File 'lib/regis/responses/models/instructor.rb', line 7

def regent_id
  @regent_id
end

#regent_loginObject (readonly)

Returns the value of attribute regent_login.



8
9
10
# File 'lib/regis/responses/models/instructor.rb', line 8

def 
  @regent_login
end