module AwsSnsKit::Notifier

Public Instance Methods

push_notify(options = {}) click to toggle source
# File lib/aws_sns_kit/notifier.rb, line 3
def push_notify(options = {}) 
  notification = Notification.new(options, self.sns_platform)
  AwsClient.new(self, notification).publish
end