struct Octokit::Models::TextMatch
- Octokit::Models::TextMatch
- Struct
- Value
- Object
Defined in:
octokit/models/search.crConstructors
- .new(object_url : String, object_type : String, property : String, fragment : String, matches : Array(Match))
- .new(__temp_4399 : JSON::PullParser)
Instance Method Summary
- #fragment : String
- #fragment=(_fragment : String)
- #matches : Array(Match)
- #matches=(_matches : Array(Match))
- #object_type : String
- #object_type=(_object_type : String)
- #object_url : String
- #object_url=(_object_url : String)
- #property : String
- #property=(_property : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(object_url : String, object_type : String, property : String, fragment : String, matches : Array(Match))
#