Sha256: 62c8902480634a7f0a488653c225868d0b1b4188ef3aafd038ec297c31371739

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "messaging_sender_id".freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telnyx-0.0.2 lib/telnyx/messaging_sender_id.rb
telnyx-0.0.1 lib/telnyx/messaging_sender_id.rb