class NotificationHub::Channels::MobilePushNotification::Base
Attributes
gateway_code[RW]
gateway_options[RW]
Public Class Methods
new(options)
click to toggle source
# File lib/notification_hub/channels/mobile_push_notification/base.rb, line 5 def initialize(options) MobilePushNotification.default_gateway = self.class.gateway_code options[:template_path] ||= "notification_hub/mobile_push_notification" self.class.gateway_options = options end