Sha256: 47f06bd88bcc27daa108d928e2c8b787f7570b70972646896b433b519224dc49

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "brand".freeze
    RESOURCE_PATH = "brand".freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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