class HipTail::User::Person
Public Instance Methods
id()
click to toggle source
@attribute [r] id @return [String]
# File lib/hiptail/atom.rb, line 35 def id @raw['id'] end
mention_name()
click to toggle source
@attribute [r] mention_name
@return [String]
# File lib/hiptail/atom.rb, line 41 def mention_name @raw['mention_name'] end
name()
click to toggle source
@attribute [r] name @return [String]
# File lib/hiptail/atom.rb, line 47 def name @raw['name'] end