Sha256: 00f50ccfc7af8f925b284b7a25ae6865195427c079d11c07fc359893bb8ab8d2
Contents?: true
Size: 332 Bytes
Versions: 21
Compression:
Stored size: 332 Bytes
Contents
class Zendesk2::Client::DestroyHelpCenterSection < Zendesk2::Client::Request request_method :delete request_path { |r| "/help_center/sections/#{r.section_id}.json" } def section_id params.fetch("section").fetch("id") end def mock self.delete!(:help_center_sections, section_id) mock_response(nil) end end
Version data entries
21 entries across 21 versions & 1 rubygems