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