Sha256: 73f366d1191702615a26bd97572b58c88dd0653af3a9ad09f8157ac0bf001edc
Contents?: true
Size: 276 Bytes
Versions: 69
Compression:
Stored size: 276 Bytes
Contents
module PowerStencil module SystemEntityDefinitions class ProcessDescriptor < PowerStencil::SystemEntityDefinitions::ProjectEntity DOC = 'Generic description of a process' entity_type :process_descriptor field :process, :not_null end end end
Version data entries
69 entries across 69 versions & 1 rubygems