Class: HighLevel::Models::Courses::InstructorDetails
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Courses::InstructorDetails
- Defined in:
- lib/high_level/models/courses/instructor_details.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/courses/instructor_details.rb', line 9 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
9 10 11 |
# File 'lib/high_level/models/courses/instructor_details.rb', line 9 def name @name end |