class GithubEvent::Repo

Overview

The repo object that is passed back in the event object

Defined in:

GithubTracker/GithubEvent.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_43 : JSON::PullParser) #

Instance Method Detail

def id : Int32 #

def id=(_id : Int32) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def url : String #

def url=(_url : String) #