Method: MessageRecipientQuery#initialize

Defined in:
app/models/message_recipient_query.rb

#initialize(query, type, id, model) ⇒ MessageRecipientQuery

Returns a new instance of MessageRecipientQuery.



10
11
12
13
14
15
# File 'app/models/message_recipient_query.rb', line 10

def initialize(query, type, id, model)
  @query = query
  @type = type
  @id = id
  @model = model
end