struct Octokit::Models::SearchOptions

Defined in:

octokit/models/search.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sort : String, order : String, text_match : Bool) #

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

Instance Method Detail

def order : String #

def order=(_order : String) #

def sort : String #

def sort=(_sort : String) #

def text_match : Bool #

def text_match=(_text_match : Bool) #

def to_json(json : JSON::Builder) #