Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

File metadata and controls

18 lines (12 loc) · 413 Bytes

FastCommentsClient::PublicBlockFromCommentParams

Properties

Name Type Description Notes
comment_ids Array<String> A list of comment ids to check if are blocked after performing the update.

Example

require 'fastcomments-client'

instance = FastCommentsClient::PublicBlockFromCommentParams.new(
  comment_ids: null
)