Sha256: d35887fef9d477866fe7ad188f6da99e780ae9193dde0655702d078d81553747
Contents?: true
Size: 466 Bytes
Versions: 21
Compression:
Stored size: 466 Bytes
Contents
class Zendesk2::Client::TopicComments < Zendesk2::Client::Collection include Zendesk2::PagedCollection include Zendesk2::Searchable model Zendesk2::Client::TopicComment attribute :topic_id, type: :integer self.collection_method = :get_topic_comments self.collection_root = "topic_comments" self.model_method = :get_topic_comment self.model_root = "topic_comment" self.search_type = "topic_comment" scopes << :topic_id end
Version data entries
21 entries across 21 versions & 1 rubygems