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
392 393 394 |
# File 'lib/fizzy/generated/types.rb', line 392 def content @content end |
Class Method Details
.from_json(data) ⇒ Object
394 395 396 397 398 |
# File 'lib/fizzy/generated/types.rb', line 394 def self.from_json(data) new( content: data["content"] ) end |