class Github::Activity
def events(options = {})
def events(options = {}) @events ||= ApiFactory.new 'Activity::Events', options end
def initialize(options = {})
def initialize(options = {}) super(options) end
def notifications
def notifications @notifications ||= ApiFactory.new 'Activity::Notifications' end
def starring
def starring @starring ||= ApiFactory.new 'Activity::Starring' end
def watching
def watching @watching ||= ApiFactory.new 'Activity::Watching' end