struct Octokit::Models::CodeResult
- Octokit::Models::CodeResult
- Struct
- Value
- Object
Defined in:
octokit/models/search.crConstructors
- .new(name : String, path : String, sha : String, html_url : String, repository : Repository, text_matches : Array(TextMatch))
- .new(__temp_4421 : JSON::PullParser)
Instance Method Summary
- #html_url : String
- #html_url=(_html_url : String)
- #name : String
- #name=(_name : String)
- #path : String
- #path=(_path : String)
- #repository : Repository
- #repository=(_repository : Repository)
- #sha : String
- #sha=(_sha : String)
- #text_matches : Array(TextMatch)
- #text_matches=(_text_matches : Array(TextMatch))
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(name : String, path : String, sha : String, html_url : String, repository : Repository, text_matches : Array(TextMatch))
#