class Phabulous::Paste

Attributes

authorPHID[RW]
content[RW]
id[RW]
uri[RW]

Public Instance Methods

author() click to toggle source
# File lib/phabulous/paste.rb, line 7
def author
  User.find(@authorPHID)
end