Sha256: a427a12e29e3008a560d7c796a32896d9eb659035f0545d55db27308d46f32b3
Contents?: true
Size: 460 Bytes
Versions: 6
Compression:
Stored size: 460 Bytes
Contents
# frozen_string_literal: true class Zendesk2::HelpCenter::Posts include Zendesk2::Collection include Zendesk2::PagedCollection model Zendesk2::HelpCenter::Post self.collection_method = :get_help_center_posts self.collection_root = 'posts' self.model_method = :get_help_center_post self.model_root = 'post' attribute :user_id, type: :integer attribute :topic_id, type: :integer scopes << :user_id scopes << :topic_id end
Version data entries
6 entries across 6 versions & 1 rubygems