Class: Bitbucket::Representation::User

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

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

decorate, #initialize

Constructor Details

This class inherits a constructor from Bitbucket::Representation::Base

Instance Method Details

#usernameObject



6
7
8
# File 'lib/bitbucket/representation/user.rb', line 6

def username
  raw['username']
end