module Zendesk2::PagedCollection::ClassMethods

add methods for explicitly defining constants within the collection response

Attributes

collection_method[RW]
collection_root[RW]
model_method[RW]
model_root[RW]

Public Instance Methods

scopes() click to toggle source
# File lib/zendesk2/paged_collection.rb, line 15
def scopes
  @scopes ||= []
end