Sha256: a4dd763c65ad168eaf567b35eeb807622c9157461baf7bba2341018ac2245d79

Contents?: true

Size: 145 Bytes

Versions: 4

Compression:

Stored size: 145 Bytes

Contents

module Pushbullet
  module Pushes
    def pushes
      path = 'pushes'
      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/pushes.rb
pushbullet_client-0.0.4 lib/pushbullet/pushes.rb
pushbullet_client-0.0.3 lib/pushbullet/pushes.rb
pushbullet_client-0.0.2 lib/pushbullet/pushes.rb