Skip to content

Commit

Permalink
added method for http push reply parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
alextk committed Mar 28, 2012
1 parent 50ac183 commit c08a462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/smsim/gateway.rb
Expand Up @@ -34,6 +34,10 @@ def on_delivery_notification_http_push(params)
Smsim::DeliveryNotificationsParser.http_push(params)
end

def on_sms_reply_http_push(params)
Smsim::SmsRepliesParser.http_push(params)
end

def pull_notification_deliveries_and_sms_replies_report(batch_size = 100)
@report_puller.pull_delivery_notifications_and_sms_replies(batch_size)
end
Expand Down

0 comments on commit c08a462

Please sign in to comment.