Module: MnoEnterprise::Concerns::Models::SharedEntity
- Extended by:
- ActiveSupport::Concern
- Included in:
- SharedEntity
- Defined in:
- lib/mno_enterprise/concerns/models/shared_entity.rb
Overview
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
Defined Under Namespace
Modules: ClassMethods