Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

File metadata and controls

22 lines (16 loc) · 485 Bytes

FastCommentsClient::PublicAPIGetCommentTextResponse

Properties

Name Type Description Notes
status APIStatus
comment_text String
sanitized_comment_text String

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicAPIGetCommentTextResponse.new(
  status: null,
  comment_text: null,
  sanitized_comment_text: null
)