Class: MisarBlog::Models::ReactionResult

Inherits:
Base
  • Object
show all
Defined in:
lib/misarblog/models.rb

Overview

Result of adding/removing a reaction.

Instance Attribute Summary

Attributes inherited from Base

#raw

Instance Method Summary collapse

Methods inherited from Base

#[], #initialize, #to_h

Constructor Details

This class inherits a constructor from MisarBlog::Models::Base

Instance Method Details

#reactedObject



111
# File 'lib/misarblog/models.rb', line 111

def reacted; @raw["reacted"]; end

#successObject



110
# File 'lib/misarblog/models.rb', line 110

def success; @raw["success"]; end