gitlab-org--gitlab-foss/lib/bitbucket/representation/user.rb
2016-11-21 16:47:25 -08:00

9 lines
150 B
Ruby

module Bitbucket
module Representation
class User < Representation::Base
def username
raw['username']
end
end
end
end