Class: Titi::Provider::ActivityStreams::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/titi/provider/activity_streams.rb

Overview

An ActivityStream entry

http://activitystrea.ms/spec/1.0/atom-activity-01.html#activityentries

Instance Attribute Summary collapse

Instance Attribute Details

#actorObject

Returns the value of attribute actor



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def actor
  @actor
end

#authorObject

Returns the value of attribute author



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def author
  @author
end

#categoryObject

Returns the value of attribute category



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def category
  @category
end

#contentObject

Returns the value of attribute content



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def content
  @content
end

#idObject

Returns the value of attribute id



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def id
  @id
end

Returns the value of attribute link



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def link
  @link
end

#moodObject

Returns the value of attribute mood



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def mood
  @mood
end

#objectObject

Returns the value of attribute object



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def object
  @object
end

#publishedObject

Returns the value of attribute published



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def published
  @published
end

#rankObject

Returns the value of attribute rank



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def rank
  @rank
end

#sourceObject

Returns the value of attribute source



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def source
  @source
end

#syncObject

Returns the value of attribute sync



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def sync
  @sync
end

#targetObject

Returns the value of attribute target



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def target
  @target
end

#titleObject

Returns the value of attribute title



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def title
  @title
end

#updatedObject

Returns the value of attribute updated



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def updated
  @updated
end

#verbObject

Returns the value of attribute verb



38
39
40
# File 'lib/titi/provider/activity_streams.rb', line 38

def verb
  @verb
end