Sha256: 105f677ce62773910e83f73e31fd22ea9a95e058d09feab98fed651d8e411294

Contents?: true

Size: 184 Bytes

Versions: 5

Compression:

Stored size: 184 Bytes

Contents

module SandthornSequelProjection
  class Manifest

    attr_reader :projections

    def initialize(*projections)
      @projections = Array.wrap(projections).flatten
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sandthorn_sequel_projection-0.1.0 lib/sandthorn_sequel_projection/manifest.rb
sandthorn_sequel_projection-0.0.4 lib/sandthorn_sequel_projection/manifest.rb
sandthorn_sequel_projection-0.0.3 lib/sandthorn_sequel_projection/manifest.rb
sandthorn_sequel_projection-0.0.2 lib/sandthorn_sequel_projection/manifest.rb
sandthorn_sequel_projection-0.0.1 lib/sandthorn_sequel_projection/manifest.rb