struct Octokit::Models::PullRequestListCommentOptions

Defined in:

octokit/models/pull_comments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sort : String, direction : String, since : String) #

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

Instance Method Detail

def direction : String #

def direction=(_direction : String) #

def since : String #

def since=(_since : String) #

def sort : String #

def sort=(_sort : String) #

def to_json(json : JSON::Builder) #