class Phabulous::Feed

Attributes

authorPHID[RW]
data[RW]
storyAuthorPHID=[RW]
storyData=[RW]
storyText[RW]
storyType[RW]
text=[RW]
type[RW]

Public Instance Methods

author() click to toggle source
# File lib/phabulous/feed.rb, line 13
def author
  User.find(self.authorPHID)
end