Class: Bitbucket::User

Inherits:
Base
  • Object
show all
Defined in:
lib/bitbucket/user.rb

Instance Attribute Summary

Attributes inherited from Base

#access_token

Instance Method Summary collapse

Methods inherited from Base

#delete, #get, #initialize, #post

Constructor Details

This class inherits a constructor from Bitbucket::Base

Instance Method Details

#emailsObject



2
3
4
# File 'lib/bitbucket/user.rb', line 2

def emails
  self.get('/api/1.0/emails/')
end