Class: Titi::Provider::ActivityStreams::Entry
- Inherits:
-
Struct
- Object
- Struct
- Titi::Provider::ActivityStreams::Entry
- 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
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#author ⇒ Object
Returns the value of attribute author.
-
#category ⇒ Object
Returns the value of attribute category.
-
#content ⇒ Object
Returns the value of attribute content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#link ⇒ Object
Returns the value of attribute link.
-
#mood ⇒ Object
Returns the value of attribute mood.
-
#object ⇒ Object
Returns the value of attribute object.
-
#published ⇒ Object
Returns the value of attribute published.
-
#rank ⇒ Object
Returns the value of attribute rank.
-
#source ⇒ Object
Returns the value of attribute source.
-
#sync ⇒ Object
Returns the value of attribute sync.
-
#target ⇒ Object
Returns the value of attribute target.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated ⇒ Object
Returns the value of attribute updated.
-
#verb ⇒ Object
Returns the value of attribute verb.
Instance Attribute Details
#actor ⇒ Object
Returns the value of attribute actor
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def actor @actor end |
#author ⇒ Object
Returns the value of attribute author
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def end |
#category ⇒ Object
Returns the value of attribute category
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def category @category end |
#content ⇒ Object
Returns the value of attribute content
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def content @content end |
#id ⇒ Object
Returns the value of attribute id
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def id @id end |
#link ⇒ Object
Returns the value of attribute link
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def link @link end |
#mood ⇒ Object
Returns the value of attribute mood
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def mood @mood end |
#object ⇒ Object
Returns the value of attribute object
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def object @object end |
#published ⇒ Object
Returns the value of attribute published
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def published @published end |
#rank ⇒ Object
Returns the value of attribute rank
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def rank @rank end |
#source ⇒ Object
Returns the value of attribute source
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def source @source end |
#sync ⇒ Object
Returns the value of attribute sync
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def sync @sync end |
#target ⇒ Object
Returns the value of attribute target
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def target @target end |
#title ⇒ Object
Returns the value of attribute title
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def title @title end |
#updated ⇒ Object
Returns the value of attribute updated
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def updated @updated end |
#verb ⇒ Object
Returns the value of attribute verb
38 39 40 |
# File 'lib/titi/provider/activity_streams.rb', line 38 def verb @verb end |