Parent

Class/Module Index [+]

Quicksearch

Github::Activity

Public Instance Methods

events(options={}, &block) click to toggle source

Access to Activity::Events API

# File lib/github_api/activity.rb, line 13
def events(options={}, &block)
  @events ||= ApiFactory.new('Activity::Events', current_options.merge(options), &block)
end
notifications(options={}, &block) click to toggle source

Access to Activity::Notifications API

# File lib/github_api/activity.rb, line 18
def notifications(options={}, &block)
  @notifications ||= ApiFactory.new('Activity::Notifications', current_options.merge(options), &block)
end
starring(options={}, &block) click to toggle source

Access to Activity::Starring API

# File lib/github_api/activity.rb, line 23
def starring(options={}, &block)
  @starring ||= ApiFactory.new('Activity::Starring', current_options.merge(options), &block)
end
watching(options={}, &block) click to toggle source

Access to Activity::Watching API

# File lib/github_api/activity.rb, line 28
def watching(options={}, &block)
  @watching ||= ApiFactory.new('Activity::Watching', current_options.merge(options), &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.