Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

File metadata and controls

20 lines (14 loc) · 371 Bytes

FastCommentsClient::SpamRule

Properties

Name Type Description Notes
actions Array<String>
comment_contains String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::SpamRule.new(
  actions: null,
  comment_contains: null
)