Sha256: 9eaaecad0decdb1cbb40858b09ec047eed03b55039cc31acae4a9ef0e9a2bde2

Contents?: true

Size: 556 Bytes

Versions: 30

Compression:

Stored size: 556 Bytes

Contents

module PowerStencil
  module SystemEntityDefinitions

    class ProjectEntity < UniverseCompiler::Entity::Base

      extend PowerStencil::SystemEntityDefinitions::SourceProvider
      extend PowerStencil::SystemEntityDefinitions::Buildable
      include PowerStencil::SystemEntityDefinitions::EntityProjectCommon

      entity_type :base_entity

      field :description

      def initialize(fields: {}, universe: nil, user: false)
        @is_versioned_entity = not(user)
        super(fields: fields, universe: universe)
      end


    end

  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
power_stencil-0.10.0 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.8 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.7 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.6 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.5 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.4 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.3 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.2 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.1 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.9.0 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.14 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.13 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.12 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.11 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.10 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.9 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.8 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.7 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.6 lib/power_stencil/system_entity_definitions/project_entity.rb
power_stencil-0.8.5 lib/power_stencil/system_entity_definitions/project_entity.rb