Sha256: 7c8b9cba1641f13016b02c072ee2f742044d3156bba81931dfbfa268e5e45c0a

Contents?: true

Size: 142 Bytes

Versions: 4

Compression:

Stored size: 142 Bytes

Contents

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