struct Octokit::Models::Reactions
- Octokit::Models::Reactions
- Struct
- Value
- Object
Defined in:
octokit/models/reactions.crConstructors
- .new(total_count : Int32, plus_one : Int32, minus_one : Int32, laugh : Int32, confused : Int32, heart : Int32, hooray : Int32, rocket : Int32, eyes : Int32, url : String)
- .new(__temp_3536 : JSON::PullParser)
Instance Method Summary
- #confused : Int32
- #confused=(_confused : Int32)
- #eyes : Int32
- #eyes=(_eyes : Int32)
- #heart : Int32
- #heart=(_heart : Int32)
- #hooray : Int32
- #hooray=(_hooray : Int32)
- #laugh : Int32
- #laugh=(_laugh : Int32)
- #minus_one : Int32
- #minus_one=(_minus_one : Int32)
- #plus_one : Int32
- #plus_one=(_plus_one : Int32)
- #rocket : Int32
- #rocket=(_rocket : Int32)
- #to_json(json : JSON::Builder)
- #total_count : Int32
- #total_count=(_total_count : Int32)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(total_count : Int32, plus_one : Int32, minus_one : Int32, laugh : Int32, confused : Int32, heart : Int32, hooray : Int32, rocket : Int32, eyes : Int32, url : String)
#