Method: NumberedRelationships::Constructor#initialize
- Defined in:
- lib/numbered_relationships/constructor.rb
#initialize(options = {}) ⇒ Constructor
Returns a new instance of Constructor.
3 4 5 6 7 8 9 |
# File 'lib/numbered_relationships/constructor.rb', line 3 def initialize(={}) @n = [:n] @operator = [:operator] @filters = [:filters] @klass = [:klass] @reflection = [:reflection] end |