Sha256: 83baed85f42eec99521100e5b75f77bf047477f903093cb642a845cd10c36d58

Contents?: true

Size: 445 Bytes

Versions: 5

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true
# == Schema Information
#
# Endpoint:
#  - /v1/app/:app_id/shared_entities
#
#  id                :integer         not null, primary key
#  nid               :string
#  name              :string
#  created_at        :datetime        not null
#  updated_at        :datetime        not null

module MnoEnterprise
  class SharedEntity < BaseResource
    include MnoEnterprise::Concerns::Models::SharedEntity
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mno-enterprise-core-3.4.0 app/models/mno_enterprise/shared_entity.rb
mno-enterprise-core-3.3.3 app/models/mno_enterprise/shared_entity.rb
mno-enterprise-core-3.3.2 app/models/mno_enterprise/shared_entity.rb
mno-enterprise-core-3.3.1 app/models/mno_enterprise/shared_entity.rb
mno-enterprise-core-3.3.0 app/models/mno_enterprise/shared_entity.rb