Sha256: dd4e146726b87c52a3bde2dcd75d952db6659c988460ee63ff664690668a4afa

Contents?: true

Size: 251 Bytes

Versions: 9

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "portout".freeze
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
telnyx-2.9.0 lib/telnyx/portout.rb
telnyx-2.8.0 lib/telnyx/portout.rb
telnyx-2.7.0 lib/telnyx/portout.rb
telnyx-2.6.0 lib/telnyx/portout.rb
telnyx-2.5.0 lib/telnyx/portout.rb
telnyx-2.4.0 lib/telnyx/portout.rb
telnyx-2.3.0 lib/telnyx/portout.rb
telnyx-2.2.0 lib/telnyx/portout.rb
telnyx-0.1.0 lib/telnyx/portout.rb