Module: BatchPushNotification

Extended by:
Configurable
Defined in:
lib/batch_push_notification/configurable.rb,
lib/batch_push_notification.rb,
lib/batch_push_notification/client.rb,
lib/batch_push_notification/notification.rb

Overview

Defined Under Namespace

Modules: Configurable Classes: Client, Notification

Class Attribute Summary collapse

Class Method Summary collapse

Methods included from Configurable

configure, keys

Class Attribute Details

.loggerObject

Returns the value of attribute logger.



9
10
11
# File 'lib/batch_push_notification.rb', line 9

def logger
  @logger
end

Class Method Details

.new(options = {}) ⇒ Object



11
12
13
# File 'lib/batch_push_notification.rb', line 11

def new(options = {})
  BatchPushNotification::Client.new(options)
end