struct Octokit::Models::CodeResult

Defined in:

octokit/models/search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, path : String, sha : String, html_url : String, repository : Repository, text_matches : Array(TextMatch)) #

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

Instance Method Detail

def html_url : String #

def html_url=(_html_url : String) #

def name : String #

def name=(_name : String) #

def path : String #

def path=(_path : String) #

def repository : Repository #

def repository=(_repository : Repository) #

def sha : String #

def sha=(_sha : String) #

def text_matches : Array(TextMatch) #

def text_matches=(_text_matches : Array(TextMatch)) #

def to_json(json : JSON::Builder) #