Class: SandthornSequelProjection::Manifest
- Inherits:
-
Object
- Object
- SandthornSequelProjection::Manifest
- Defined in:
- lib/sandthorn_sequel_projection/manifest.rb
Instance Attribute Summary collapse
-
#projections ⇒ Object
readonly
Returns the value of attribute projections.
Instance Method Summary collapse
-
#initialize(*projections) ⇒ Manifest
constructor
A new instance of Manifest.
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
#projections ⇒ Object (readonly)
Returns the value of attribute projections.
4 5 6 |
# File 'lib/sandthorn_sequel_projection/manifest.rb', line 4 def projections @projections end |