class Github::Search::Code

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def git_url : String #

[View source]
def git_url=(git_url : String) #

[View source]
def html_url : String #

[View source]
def html_url=(html_url : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def repository : Search::Repository #

[View source]
def repository=(repository : Search::Repository) #

[View source]
def score : Float64 #

[View source]
def score=(score : Float64) #

[View source]
def sha : String #

[View source]
def sha=(sha : String) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]