struct Octokit::Models::TeamDiscussion

Defined in:

octokit/models/team_discussions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(author : User, body : String, body_html : String, body_version : String, comments_count : Int32, comments_url : String, created_at : Time, last_edited_at : String, html_url : String, node_id : String, number : Int32, pinned : Bool, private __arg0 : Bool, team_url : String, title : String, updated_at : Time, url : String, reactions : Reactions) #

def self.new(__temp_4326 : 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 comments_count : Int32 #

def comments_count=(_comments_count : Int32) #

def comments_url : String #

def comments_url=(_comments_url : String) #

def created_at : Time #

def created_at=(_created_at : Time) #

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 pinned : Bool #

def pinned=(_pinned : Bool) #

def private : Bool #

def private=(_private : Bool) #

def reactions : Reactions #

def reactions=(_reactions : Reactions) #

def team_url : String #

def team_url=(_team_url : String) #

def title : String #

def title=(_title : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #