Module: SocialStream::ActivityStreams::Subtype
- Included in:
- Models::Subtype
- Defined in:
- lib/social_stream/activity_streams/subtype.rb
Instance Method Summary collapse
-
#as_object_type ⇒ Object
The ActivityStreams object type for this subtype.
Instance Method Details
#as_object_type ⇒ Object
The ActivityStreams object type for this subtype
6 7 8 |
# File 'lib/social_stream/activity_streams/subtype.rb', line 6 def as_object_type SocialStream::ActivityStreams.type(self.class) end |