Sha256: a17d14348263206174d227be4c729e0e5605a46b80c448f75cb08674a8afbb1c
Contents?: true
Size: 266 Bytes
Versions: 5
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true module Telnyx class WireguardInterface < APIResource include Telnyx::APIOperations::Delete extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create OBJECT_NAME = "wireguard_interface".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems