Sha256: c3482c63bd41e5f60512c03aff4609e56c23d6249069bc9126daf631afb35ec3
Contents?: true
Size: 333 Bytes
Versions: 21
Compression:
Stored size: 333 Bytes
Contents
class Zendesk2::Client::DestroyOrganization < Zendesk2::Client::Request request_method :delete request_path { |r| "/organizations/#{r.organization_id}.json" } def organization_id params.fetch("organization").fetch("id") end def mock self.delete!(:organizations, organization_id) mock_response(nil) end end
Version data entries
21 entries across 21 versions & 1 rubygems