Class: Enlight::Models::CourseTagGroup

Inherits:
Model
  • Object
show all
Defined in:
lib/enlight/models/course_tag_group.rb

Instance Attribute Summary collapse

Attributes inherited from Model

#id

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from Enlight::Models::Model

Instance Attribute Details

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/enlight/models/course_tag_group.rb', line 4

def name
  @name
end

#tagsObject

Returns the value of attribute tags.



5
6
7
# File 'lib/enlight/models/course_tag_group.rb', line 5

def tags
  @tags
end