Sha256: 96cc7a57703db5afb988632c0e0df463b1bede415cbcff18d0c4f0ead7c4cafd

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "texml_application".freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/texml_application.rb
telnyx-3.0.4 lib/telnyx/texml_application.rb
telnyx-3.0.3 lib/telnyx/texml_application.rb