Class: HipTail::User::Person
- Inherits:
-
HipTail::User
- Object
- HipTail::User
- HipTail::User::Person
- Defined in:
- lib/hiptail/atom.rb
Instance Attribute Summary collapse
- #id ⇒ String readonly
- #mention_name ⇒ String readonly
- #name ⇒ String readonly
Attributes inherited from HipTail::User
Method Summary
Methods inherited from HipTail::User
Constructor Details
This class inherits a constructor from HipTail::User
Instance Attribute Details
#id ⇒ String (readonly)
35 36 37 |
# File 'lib/hiptail/atom.rb', line 35 def id @raw['id'] end |
#mention_name ⇒ String (readonly)
41 42 43 |
# File 'lib/hiptail/atom.rb', line 41 def mention_name @raw['mention_name'] end |
#name ⇒ String (readonly)
47 48 49 |
# File 'lib/hiptail/atom.rb', line 47 def name @raw['name'] end |