struct Octokit::Models::TextMatch

Defined in:

octokit/models/search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(object_url : String, object_type : String, property : String, fragment : String, matches : Array(Match)) #

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

Instance Method Detail

def fragment : String #

def fragment=(_fragment : String) #

def matches : Array(Match) #

def matches=(_matches : Array(Match)) #

def object_type : String #

def object_type=(_object_type : String) #

def object_url : String #

def object_url=(_object_url : String) #

def property : String #

def property=(_property : String) #

def to_json(json : JSON::Builder) #