Class: HighLevel::Models::Courses::PostMaterialInterface

Inherits:
Data
  • Object
show all
Defined in:
lib/high_level/models/courses/post_material_interface.rb

Instance Attribute Summary collapse

Instance Attribute Details

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



9
10
11
# File 'lib/high_level/models/courses/post_material_interface.rb', line 9

def title
  @title
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/high_level/models/courses/post_material_interface.rb', line 9

def type
  @type
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



9
10
11
# File 'lib/high_level/models/courses/post_material_interface.rb', line 9

def url
  @url
end