Method: GCM.send_notifications
- Defined in:
- lib/pushmeup/gcm/core.rb
.send_notifications(notifications) ⇒ Object
38 39 40 41 42 43 44 |
# File 'lib/pushmeup/gcm/core.rb', line 38 def self.send_notifications(notifications) responses = [] notifications.each do |n| responses << self.prepare_and_send(n) end responses end |