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
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 |