Sha256: d700db975b0eb339497a98a86c283aaedca51f7c7978051eea5127b888bc90b3
Contents?: true
Size: 298 Bytes
Versions: 5
Compression:
Stored size: 298 Bytes
Contents
# frozen_string_literal: true module Telnyx class ManagedAccount < APIResource extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create include Telnyx::APIOperations::Delete include Telnyx::APIOperations::Save OBJECT_NAME = "managed_account".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems