struct Octokit::Models::Reactions

Defined in:

octokit/models/reactions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(total_count : Int32, plus_one : Int32, minus_one : Int32, laugh : Int32, confused : Int32, heart : Int32, hooray : Int32, url : String) #

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

Instance Method Detail

def confused : Int32 #

def confused=(_confused : Int32) #

def heart : Int32 #

def heart=(_heart : Int32) #

def hooray : Int32 #

def hooray=(_hooray : Int32) #

def laugh : Int32 #

def laugh=(_laugh : Int32) #

def minus_one : Int32 #

def minus_one=(_minus_one : Int32) #

def plus_one : Int32 #

def plus_one=(_plus_one : Int32) #

def to_json(json : JSON::Builder) #

def total_count : Int32 #

def total_count=(_total_count : Int32) #

def url : String #

def url=(_url : String) #