Sha256: a0e0007c08a5fc011b732bb4d407511773f7de5c54f679987594b3a4ea834aa3

Contents?: true

Size: 275 Bytes

Versions: 6

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "global_ip_assignment".freeze
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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