Class: HighLevel::Models::Courses::PostInterface
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::Courses::PostInterface
- Defined in:
- lib/high_level/models/courses/post_interface.rb
Instance Attribute Summary collapse
-
#bucket_video_url ⇒ Object
readonly
Returns the value of attribute bucket_video_url.
-
#content_type ⇒ Object
readonly
Returns the value of attribute content_type.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#post_materials ⇒ Object
readonly
Returns the value of attribute post_materials.
-
#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
#bucket_video_url ⇒ Object (readonly)
Returns the value of attribute bucket_video_url
9 10 11 |
# File 'lib/high_level/models/courses/post_interface.rb', line 9 def bucket_video_url @bucket_video_url end |
#content_type ⇒ Object (readonly)
Returns the value of attribute content_type
9 10 11 |
# File 'lib/high_level/models/courses/post_interface.rb', line 9 def content_type @content_type end |
#description ⇒ Object (readonly)
Returns the value of attribute description
9 10 11 |
# File 'lib/high_level/models/courses/post_interface.rb', line 9 def description @description end |
#post_materials ⇒ Object (readonly)
Returns the value of attribute post_materials
9 10 11 |
# File 'lib/high_level/models/courses/post_interface.rb', line 9 def post_materials @post_materials end |
#thumbnail_url ⇒ Object (readonly)
Returns the value of attribute thumbnail_url
9 10 11 |
# File 'lib/high_level/models/courses/post_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/post_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/post_interface.rb', line 9 def visibility @visibility end |