Method: Pageflow::UserNameQuery::Scope#initialize
- Defined in:
- app/models/pageflow/user_name_query.rb
#initialize(term, scope) ⇒ Scope
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Scope.
5 6 7 8 |
# File 'app/models/pageflow/user_name_query.rb', line 5 def initialize(term, scope) @term = term @scope = scope end |