Sha256: d9ea26f9ab1acab2823abb4cceb66803a894ccd64e8111cadd9d7bca731263aa

Contents?: true

Size: 524 Bytes

Versions: 5

Compression:

Stored size: 524 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class VerifiedCallsDisplayProfile < APIResource
    extend APIOperations::List
    extend APIOperations::NestedResource

    %w[verification_request].each do |action|
      nested_resource_class_methods action,
                                    path: %W[#{action}],
                                    operations: [:create],
                                    instance_methods: { create: action }
    end

    OBJECT_NAME = "verified_calls_display_profile".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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