Class: Fizzy::Types::CreateCommentReactionRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::CreateCommentReactionRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Class Method Summary collapse
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
403 404 405 |
# File 'lib/fizzy/generated/types.rb', line 403 def content @content end |
Class Method Details
.from_json(data) ⇒ Object
405 406 407 408 409 |
# File 'lib/fizzy/generated/types.rb', line 405 def self.from_json(data) new( content: data["content"] ) end |