Class: Titi::Provider::ActivityStreams::ActivityObject

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

Overview

ActivityStream object

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def author
  @author
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def id
  @id
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def link
  @link
end

#object_typeObject

Returns the value of attribute object_type

Returns:

  • (Object)

    the current value of object_type



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def object_type
  @object_type
end

#publishedObject

Returns the value of attribute published

Returns:

  • (Object)

    the current value of published



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def published
  @published
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def title
  @title
end

#updatedObject

Returns the value of attribute updated

Returns:

  • (Object)

    the current value of updated



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def updated
  @updated
end

#veventObject

Returns the value of attribute vevent

Returns:

  • (Object)

    the current value of vevent



83
84
85
# File 'lib/titi/provider/activity_streams.rb', line 83

def vevent
  @vevent
end