struct Octokit::Models::DraftReviewComment

Defined in:

octokit/models/pull_reviews.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, position : Int32, body : String) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def path : String #

def path=(_path : String) #

def position : Int32 #

def position=(_position : Int32) #

def to_json(json : JSON::Builder) #