class method
self.new
Ruby on Rails 3.1.12
Since v2.2.3 Last seen in v3.2.22.5Signature
self.new(finder, instantiator, bang, attribute_names)
No documentation comment.
Parameters
-
finderreq -
instantiatorreq -
bangreq -
attribute_namesreq
Source
# File activerecord/lib/active_record/dynamic_finder_match.rb, line 31
def initialize(finder, instantiator, bang, attribute_names)
@finder = finder
@instantiator = instantiator
@bang = bang
@attribute_names = attribute_names
end
Defined in activerecord/lib/active_record/dynamic_finder_match.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::DynamicFinderMatch