Class: Titi::Provider::ActivityStreams::Actor
- Inherits:
-
Struct
- Object
- Struct
- Titi::Provider::ActivityStreams::Actor
- 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
-
#name ⇒ Object
Returns the value of attribute name.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
71 72 73 |
# File 'lib/titi/provider/activity_streams.rb', line 71 def name @name end |
#uri ⇒ Object
Returns the value of attribute uri
71 72 73 |
# File 'lib/titi/provider/activity_streams.rb', line 71 def uri @uri end |