Class: MisarBlog::Models::ReactionResult
- Defined in:
- lib/misarblog/models.rb
Overview
Result of adding/removing a reaction.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from MisarBlog::Models::Base
Instance Method Details
#reacted ⇒ Object
111 |
# File 'lib/misarblog/models.rb', line 111 def reacted; @raw["reacted"]; end |
#success ⇒ Object
110 |
# File 'lib/misarblog/models.rb', line 110 def success; @raw["success"]; end |