Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

File metadata and controls

20 lines (14 loc) · 434 Bytes

FastCommentsClient::PublicAPISetCommentTextResponse

Properties

Name Type Description Notes
comment SetCommentTextResult
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicAPISetCommentTextResponse.new(
  comment: null,
  status: null
)