Sha256: 357ca6f334b01cc7c3d924796617e7fc8339306154d4d01c35c316fd3d9d7d92

Contents?: true

Size: 298 Bytes

Versions: 11

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "fax_application".freeze
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/fax_application.rb
telnyx-3.0.4 lib/telnyx/fax_application.rb
telnyx-3.0.3 lib/telnyx/fax_application.rb
telnyx-3.0.2 lib/telnyx/fax_application.rb
telnyx-3.0.0 lib/telnyx/fax_application.rb
telnyx-2.9.0 lib/telnyx/fax_application.rb
telnyx-2.8.0 lib/telnyx/fax_application.rb
telnyx-2.7.0 lib/telnyx/fax_application.rb
telnyx-2.6.0 lib/telnyx/fax_application.rb
telnyx-2.5.0 lib/telnyx/fax_application.rb
telnyx-2.4.0 lib/telnyx/fax_application.rb