Sha256: 4208ac305489052264fb756e798a3dc8e39a0a61942c365819a96f4af2cbef52

Contents?: true

Size: 230 Bytes

Versions: 6

Compression:

Stored size: 230 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class VerifyProfile < APIResource
    extend APIOperations::List
    extend APIOperations::Create
    include APIOperations::Save

    OBJECT_NAME = "verify_profile".freeze
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telnyx-2.9.0 lib/telnyx/verify_profile.rb
telnyx-2.8.0 lib/telnyx/verify_profile.rb
telnyx-2.7.0 lib/telnyx/verify_profile.rb
telnyx-2.6.0 lib/telnyx/verify_profile.rb
telnyx-2.5.0 lib/telnyx/verify_profile.rb
telnyx-2.4.0 lib/telnyx/verify_profile.rb