Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 428 Bytes

File metadata and controls

20 lines (14 loc) · 428 Bytes

FastCommentsClient::ModerationAPICommentResponse

Properties

Name Type Description Notes
comment ModerationAPIComment
status APIStatus

Example

require 'fastcomments-client'

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