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