Sha256: 736b134e5c1ff617d969f546ecec82b96c9c098d2dbb7e89ff384656854078ad
Contents?: true
Size: 273 Bytes
Versions: 14
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Telnyx class IP < APIResource extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create include Telnyx::APIOperations::Delete include Telnyx::APIOperations::Save OBJECT_NAME = "ip".freeze end end
Version data entries
14 entries across 14 versions & 1 rubygems