Class: HighLevel::Models::Courses::CategoryInterface

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

Instance Attribute Summary collapse

Instance Attribute Details

#postsObject (readonly)

Returns the value of attribute posts

Returns:

  • (Object)

    the current value of posts



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

def posts
  @posts
end

#sub_categoriesObject (readonly)

Returns the value of attribute sub_categories

Returns:

  • (Object)

    the current value of sub_categories



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

def sub_categories
  @sub_categories
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/category_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/category_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/category_interface.rb', line 9

def visibility
  @visibility
end