Method: Appwrite::Models::TopicList#initialize
- Defined in:
- lib/appwrite/models/topic_list.rb
#initialize(total:, topics:) ⇒ TopicList
Returns a new instance of TopicList.
9 10 11 12 13 14 15 |
# File 'lib/appwrite/models/topic_list.rb', line 9 def initialize( total:, topics: ) @total = total @topics = topics end |