Sha256: e2c9d288d3a84bfa185c29923e820c4b33b6ad63942cac4cfcb8db9310398704

Contents?: true

Size: 264 Bytes

Versions: 5

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "verify_profile".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/verify_profile.rb
telnyx-3.0.4 lib/telnyx/verify_profile.rb
telnyx-3.0.3 lib/telnyx/verify_profile.rb
telnyx-3.0.2 lib/telnyx/verify_profile.rb
telnyx-3.0.0 lib/telnyx/verify_profile.rb