Sha256: 0007c53ca78186077b32c8d69eeff9c75d2d342b503c5d62a5da69e346d1e428

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class GlobalIp < APIResource
    extend Telnyx::APIOperations::List
    extend Telnyx::APIOperations::Create
    include Telnyx::APIOperations::Delete
    OBJECT_NAME = "global_ip".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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