Sha256: 13ba609dcef570ee561622a30f9eb55c84b7029243ed1421cbbf7a2d1fb93b69

Contents?: true

Size: 142 Bytes

Versions: 4

Compression:

Stored size: 142 Bytes

Contents

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