Class: Phabulous::User

Inherits:
Entity
  • Object
show all
Defined in:
lib/phabulous/user.rb

Instance Attribute Summary collapse

Attributes inherited from Entity

#phid

Instance Method Summary collapse

Methods inherited from Entity

all, attr_accessor, attributes, #attributes, conduit_name, find, #initialize

Constructor Details

This class inherits a constructor from Phabulous::Entity

Instance Attribute Details

#authorPHIDObject

Returns the value of attribute authorPHID.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def authorPHID
  @authorPHID
end

#dateModifiedObject

Returns the value of attribute dateModified.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def dateModified
  @dateModified
end

#imageObject

Returns the value of attribute image.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def image
  @image
end

#realNameObject

Returns the value of attribute realName.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def realName
  @realName
end

#rolesObject

Returns the value of attribute roles.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def roles
  @roles
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def title
  @title
end

#uriObject

Returns the value of attribute uri.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def uri
  @uri
end

#userNameObject

Returns the value of attribute userName.



5
6
7
# File 'lib/phabulous/user.rb', line 5

def userName
  @userName
end

Instance Method Details

#idObject



8
9
10
# File 'lib/phabulous/user.rb', line 8

def id
  @phid
end

#nameObject



12
13
14
# File 'lib/phabulous/user.rb', line 12

def name
  @userName
end