struct Octokit::Models::Contributor

Defined in:

octokit/models/repos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(login : String, id : Int64, avatar_url : String, gravatar_id : String, url : String, html_url : String, followers_url : String, following_url : String, gists_url : String, starred_url : String, subscriptions_url : String, organizations_url : String, repos_url : String, events_url : String, received_events_url : String, type : String, site_admin : Bool, contributions : Int32) #

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

Instance Method Detail

def avatar_url : String #

def avatar_url=(_avatar_url : String) #

def contributions : Int32 #

def contributions=(_contributions : Int32) #

def events_url : String #

def events_url=(_events_url : String) #

def followers_url : String #

def followers_url=(_followers_url : String) #

def following_url : String #

def following_url=(_following_url : String) #

def gists_url : String #

def gists_url=(_gists_url : String) #

def gravatar_id : String #

def gravatar_id=(_gravatar_id : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def login : String #

def login=(_login : String) #

def organizations_url : String #

def organizations_url=(_organizations_url : String) #

def received_events_url : String #

def received_events_url=(_received_events_url : String) #

def repos_url : String #

def repos_url=(_repos_url : String) #

def site_admin : Bool #

def site_admin=(_site_admin : Bool) #

def starred_url : String #

def starred_url=(_starred_url : String) #

def subscriptions_url : String #

def subscriptions_url=(_subscriptions_url : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #