struct Octokit::Models::IssueListOptions

Defined in:

octokit/models/issues.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filter : String, state : String, labels : Array(String), sort : String, direction : String, since : String) #

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

Instance Method Detail

def direction : String #

def direction=(_direction : String) #

def filter : String #

def filter=(_filter : String) #

def labels : Array(String) #

def labels=(_labels : Array(String)) #

def since : String #

def since=(_since : String) #

def sort : String #

def sort=(_sort : String) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #