module ActivityStreams

Public Class Methods

from_json(json) click to toggle source
# File lib/activity_streams.rb, line 13
def from_json(json)
  Factory.new(json).build
end