Class: SandthornSequelProjection::Manifest

Inherits:
Object
  • Object
show all
Defined in:
lib/sandthorn_sequel_projection/manifest.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*projections) ⇒ Manifest

Returns a new instance of Manifest.



6
7
8
# File 'lib/sandthorn_sequel_projection/manifest.rb', line 6

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

Instance Attribute Details

#projectionsObject (readonly)

Returns the value of attribute projections.



4
5
6
# File 'lib/sandthorn_sequel_projection/manifest.rb', line 4

def projections
  @projections
end