class Intercom::Service::Collection

Public Instance Methods

collection_class() click to toggle source
# File lib/intercom/service/collection.rb, line 15
def collection_class
  Intercom::Collection
end
collection_name() click to toggle source
# File lib/intercom/service/collection.rb, line 19
def collection_name
  "help_center/collections"
end