class SandthornSequelProjection::Manifest

Attributes

projections[R]

Public Class Methods

new(*projections) click to toggle source
# File lib/sandthorn_sequel_projection/manifest.rb, line 6
def initialize(*projections)
  @projections = Array.wrap(projections).flatten
end