class Intercom::Service::Section

Public Instance Methods

collection_class() click to toggle source
# File lib/intercom/section.rb, line 14
def collection_class
  Intercom::Section
end
collection_name() click to toggle source
# File lib/intercom/section.rb, line 18
def collection_name
  'help_center/sections'
end