Sha256: 6508e204da61c83006bc602ca52a3e684a481c7a12634d0f5ee4b2e0c3cafe6b

Contents?: true

Size: 166 Bytes

Versions: 4

Compression:

Stored size: 166 Bytes

Contents

module Pushbullet
  module Subscriptions
    def subscriptions
      path = 'subscriptions'
      authorise_and_send(http_method: :get, path: path)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pushbullet_client-0.0.5 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.4 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.3 lib/pushbullet/subscriptions.rb
pushbullet_client-0.0.2 lib/pushbullet/subscriptions.rb