Class: Regis::Response::Model::Instructor
- Defined in:
- lib/regis/responses/models/instructor.rb
Instance Attribute Summary collapse
-
#first_name ⇒ Object
readonly
Returns the value of attribute first_name.
-
#full_name ⇒ Object
readonly
Returns the value of attribute full_name.
-
#image_base64 ⇒ Object
readonly
Returns the value of attribute image_base64.
-
#last_name ⇒ Object
readonly
Returns the value of attribute last_name.
-
#regent_id ⇒ Object
readonly
Returns the value of attribute regent_id.
-
#regent_login ⇒ Object
readonly
Returns the value of attribute regent_login.
Instance Method Summary collapse
-
#initialize(json) ⇒ Instructor
constructor
A new instance of Instructor.
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_name ⇒ Object (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_name ⇒ Object (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_base64 ⇒ Object (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_name ⇒ Object (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_id ⇒ Object (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_login ⇒ Object (readonly)
Returns the value of attribute regent_login.
8 9 10 |
# File 'lib/regis/responses/models/instructor.rb', line 8 def regent_login @regent_login end |