Class: Titi::Provider::ActivityStreams::Actor

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

Overview

ActivityStream author

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



71
72
73
# File 'lib/titi/provider/activity_streams.rb', line 71

def name
  @name
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



71
72
73
# File 'lib/titi/provider/activity_streams.rb', line 71

def uri
  @uri
end