struct Octokit::Models::PullRequestListOptions

Defined in:

octokit/models/pulls.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(state : String, head : String, base : String, sort : String, direction : String) #

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

Instance Method Detail

def base : String #

def base=(_base : String) #

def direction : String #

def direction=(_direction : String) #

def head : String #

def head=(_head : String) #

def sort : String #

def sort=(_sort : String) #

def state : String #

def state=(_state : String) #

def to_json(json : JSON::Builder) #