struct Octokit::Models::DiscussionComment

Defined in:

octokit/models/team_discussion_comments.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(author : User, body : String, body_html : String, body_version : String, created_at : Time, last_edited_at : String, discussion_url : String, html_url : String, node_id : String, number : Int32, updated_at : Time, url : String, reactions : Reactions) #

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

Instance Method Detail

def author : User #

def author=(_author : User) #

def body : String #

def body=(_body : String) #

def body_html : String #

def body_html=(_body_html : String) #

def body_version : String #

def body_version=(_body_version : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

def discussion_url : String #

def discussion_url=(_discussion_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def last_edited_at : String #

def last_edited_at=(_last_edited_at : String) #

def node_id : String #

def node_id=(_node_id : String) #

def number : Int32 #

def number=(_number : 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) #