Sha256: b867913726784402364ce44fd4216ee4ea1e5580d6e62a9bc13dac27d1dd6f23

Contents?: true

Size: 284 Bytes

Versions: 8

Compression:

Stored size: 284 Bytes

Contents

module Foobara
  module TypeDeclarations
    module Handlers
      class ExtendEntityTypeDeclaration < ExtendDetachedEntityTypeDeclaration
        def expected_type_symbol
          :entity
        end

        def priority
          super - 1
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foobara-0.0.38 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.37 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.36 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.35 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.34 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.33 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.32 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb
foobara-0.0.31 projects/entity/src/extensions/type_declarations/handlers/extend_entity_type_declaration.rb