Sha256: bb6276838e20bafbd6855e94a1c2a7793ad54bbc75b9455edab5aa7bf3665926
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
# frozen_string_literal: true module Telnyx class BatchMdrReport < APIResource extend APIOperations::List extend APIOperations::Create include APIOperations::Delete def self.resource_path(id = nil) return "reports/batch_mdr_reports/#{CGI.escape(id)}" if id "reports/batch_mdr_reports" end OBJECT_NAME = "/reports/batch_mdr_report".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems