struct Octokit::Models::RepositoryComment

Defined in:

octokit/models/repo_comments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(html_url : String, url : String, id : Int64, commit_id : String, user : User, reactions : Reactions, created_at : Time, updated_at : Time, body : String, path : String, position : Int32) #

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

Instance Method Detail

def body : String #

def body=(_body : String) #

def commit_id : String #

def commit_id=(_commit_id : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def html_url : String #

def html_url=(_html_url : String) #

def id : Int64 #

def id=(_id : Int64) #

def path : String #

def path=(_path : String) #

def position : Int32 #

def position=(_position : Int32) #

def reactions : Reactions #

def reactions=(_reactions : Reactions) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #

def user : User #

def user=(_user : User) #