Class: BitbucketApi::Model::Account

Inherits:
Base
  • Object
show all
Defined in:
lib/bitbucket-api/model/account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BitbucketApi::Model::Base

Instance Attribute Details

#display_nameObject

Returns the value of attribute display_name.



4
5
6
# File 'lib/bitbucket-api/model/account.rb', line 4

def display_name
  @display_name
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bitbucket-api/model/account.rb', line 4

def id
  @id
end

Returns the value of attribute links.



4
5
6
# File 'lib/bitbucket-api/model/account.rb', line 4

def links
  @links
end

#usernameObject

Returns the value of attribute username.



4
5
6
# File 'lib/bitbucket-api/model/account.rb', line 4

def username
  @username
end

#uuidObject

Returns the value of attribute uuid.



4
5
6
# File 'lib/bitbucket-api/model/account.rb', line 4

def uuid
  @uuid
end