struct Octokit::Models::Reaction

Defined in:

octokit/models/reactions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int64, user : User, node_id : String, content : String) #

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

Instance Method Detail

def content : String #

def content=(_content : String) #

def id : Int64 #

def id=(_id : Int64) #

def node_id : String #

def node_id=(_node_id : String) #

def to_json(json : JSON::Builder) #

def user : User #

def user=(_user : User) #