gitlab-org--gitlab-foss/lib/bitbucket/representation/user.rb

10 lines
150 B
Ruby

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