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