Class: CategoryAndTopicLists

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Serialization
Defined in:
app/models/category_and_topic_lists.rb

Instance Attribute Summary collapse

Instance Attribute Details

#category_listObject

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_listObject

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