Class: Enlight::Models::CourseTagGroup
- Defined in:
- lib/enlight/models/course_tag_group.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#tags ⇒ Object
Returns the value of attribute tags.
Attributes inherited from Model
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from Enlight::Models::Model
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/enlight/models/course_tag_group.rb', line 4 def name @name end |
#tags ⇒ Object
Returns the value of attribute tags.
5 6 7 |
# File 'lib/enlight/models/course_tag_group.rb', line 5 def @tags end |