Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 367 Bytes

File metadata and controls

20 lines (14 loc) · 367 Bytes

FastCommentsClient::SetCommentTextResult

Properties

Name Type Description Notes
approved Boolean
comment_html String

Example

require 'fastcomments-client'

instance = FastCommentsClient::SetCommentTextResult.new(
  approved: null,
  comment_html: null
)