module BatchPushNotification

Based on github.com/sethvargo/chef-api/blob/master/lib/chef-api/configurable.rb

Attributes

logger[RW]

Public Class Methods

new(options = {}) click to toggle source
# File lib/batch_push_notification.rb, line 11
def new(options = {})
  BatchPushNotification::Client.new(options)
end