Class: HighLevel::Models::Courses::PostInterface

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

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_video_urlObject (readonly)

Returns the value of attribute bucket_video_url

Returns:

  • (Object)

    the current value of 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_typeObject (readonly)

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



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

def content_type
  @content_type
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



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

def description
  @description
end

#post_materialsObject (readonly)

Returns the value of attribute post_materials

Returns:

  • (Object)

    the current value of post_materials



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

def post_materials
  @post_materials
end

#thumbnail_urlObject (readonly)

Returns the value of attribute thumbnail_url

Returns:

  • (Object)

    the current value of thumbnail_url



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

def thumbnail_url
  @thumbnail_url
end

#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_interface.rb', line 9

def title
  @title
end

#visibilityObject (readonly)

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



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

def visibility
  @visibility
end