Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

FastCommentsClient::SetCommentTextResponse

Properties

Name Type Description Notes
new_comment_text_html String
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::SetCommentTextResponse.new(
  new_comment_text_html: null,
  status: null
)