Sha256: 5c0b36fec62694c60e836a5cf1e4478a62c3db9d0d28209ad26ff5d984cee69e

Contents?: true

Size: 189 Bytes

Versions: 5

Compression:

Stored size: 189 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class ShortCode < APIResource
    include APIOperations::Save
    extend APIOperations::List

    OBJECT_NAME = "short_code".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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