struct

Octokit::Models::Reactions

Inherits Struct < Value < Object

Constructors

new(total_count : Int32, plus_one : Int32, minus_one : Int32, laugh : Int32, confused : Int32, heart : Int32, hooray : Int32, url : String)
new(__temp_3409 : JSON::PullParser)

Instance methods

confused
confused=(_confused : Int32)
heart
heart=(_heart : Int32)
hooray
hooray=(_hooray : Int32)
laugh
laugh=(_laugh : Int32)
minus_one
minus_one=(_minus_one : Int32)
plus_one
plus_one=(_plus_one : Int32)
to_json(json : JSON::Builder)
total_count
total_count=(_total_count : Int32)
url
url=(_url : String)