struct Octokit::Models::IssueComment

Defined in:

octokit/models/issue_comments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, node_id : String, body : String, user : User, reactions : Reactions, created_at : Time, updated_at : Time, author_associations : Union(String, Nil), url : String, html_url : String, issue_url : String) #

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

Instance Method Detail

def author_associations : Union(String, Nil) #

def author_associations=(_author_associations : Union(String, Nil)) #

def body : String #

def body=(_body : 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 issue_url : String #

def issue_url=(_issue_url : String) #

def node_id : String #

def node_id=(_node_id : String) #

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) #