Class: CategoryAndTopicLists
- Inherits:
-
Object
- Object
- CategoryAndTopicLists
- Includes:
- ActiveModel::Serialization
- Defined in:
- app/models/category_and_topic_lists.rb
Instance Attribute Summary collapse
-
#category_list ⇒ Object
Returns the value of attribute category_list.
-
#topic_list ⇒ Object
Returns the value of attribute topic_list.
Instance Attribute Details
#category_list ⇒ Object
Returns the value of attribute category_list.
6 7 8 |
# File 'app/models/category_and_topic_lists.rb', line 6 def category_list @category_list end |
#topic_list ⇒ Object
Returns the value of attribute topic_list.
6 7 8 |
# File 'app/models/category_and_topic_lists.rb', line 6 def topic_list @topic_list end |