Sha256: 90d236c8db373af741857368666546cb948a335b977d611281db450a157c84de
Contents?: true
Size: 311 Bytes
Versions: 20
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Telnyx class AlphanumericSenderId < APIResource include Telnyx::APIOperations::Save include Telnyx::APIOperations::Delete extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create OBJECT_NAME = "alphanumeric_sender_id".freeze end end
Version data entries
20 entries across 20 versions & 1 rubygems