class Github::Client
def events(options = {})
This is a read-only API to the GitHub events.
def events(options = {}) @events ||= _create_instance Github::Events, options end
def events(options = {}) @events ||= _create_instance Github::Events, options end