Class: HighLevel::Models::Courses::ProductInterface

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesObject (readonly)

Returns the value of attribute categories

Returns:

  • (Object)

    the current value of categories



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

def categories
  @categories
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/product_interface.rb', line 9

def description
  @description
end

#image_urlObject (readonly)

Returns the value of attribute image_url

Returns:

  • (Object)

    the current value of image_url



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

def image_url
  @image_url
end

#instructor_detailsObject (readonly)

Returns the value of attribute instructor_details

Returns:

  • (Object)

    the current value of instructor_details



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

def instructor_details
  @instructor_details
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/product_interface.rb', line 9

def title
  @title
end