Sha256: a56eb7edb8809e9a59075813face29bba087bba760e3e408da90c8006c37480b
Contents?: true
Size: 250 Bytes
Versions: 22
Compression:
Stored size: 250 Bytes
Contents
# frozen_string_literal: true module Telnyx class NumberOrder < APIResource extend Telnyx::APIOperations::Create extend Telnyx::APIOperations::List include Telnyx::APIOperations::Save OBJECT_NAME = "number_order".freeze end end
Version data entries
22 entries across 22 versions & 1 rubygems