Class: Fizzy::Types::UpdateCommentRequestContent
- Inherits:
-
Data
- Object
- Data
- Fizzy::Types::UpdateCommentRequestContent
- Defined in:
- lib/fizzy/generated/types.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
Class Method Summary collapse
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
1009 1010 1011 |
# File 'lib/fizzy/generated/types.rb', line 1009 def body @body end |
Class Method Details
.from_json(data) ⇒ Object
1011 1012 1013 1014 1015 |
# File 'lib/fizzy/generated/types.rb', line 1011 def self.from_json(data) new( body: data["body"] ) end |