Class: NRSER::Where
- Inherits:
-
Object
- Object
- NRSER::Where
- Defined in:
- lib/nrser/temp/where.rb
Overview
TODO:
Not sure if this is the best name… there’s already Types::Where…
Maybe this functionality has something to do with the types system? It seems like the placeholder stuff would be hard to integrate with that, but having a whole other very similar system sucks too.
A class to hold info about how to find a record (besides by primary key).
Needs to support “template/placeholder”-type information - instructions about how to find the values to match against depending on a source object available later.
Instance Method Summary collapse
-
#initialize ⇒ Where
constructor
Instantiate a new ‘Where`.
Constructor Details
#initialize ⇒ Where
Instantiate a new ‘Where`.
40 41 42 |
# File 'lib/nrser/temp/where.rb', line 40 def initialize end |