Class: Bitbucket::User
Instance Attribute Summary
Attributes inherited from Base
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
#emails ⇒ Object
2 3 4 |
# File 'lib/bitbucket/user.rb', line 2 def emails self.get('/api/1.0/emails/') end |