Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

File metadata and controls

20 lines (14 loc) · 466 Bytes

FastCommentsClient::BannedUserMatch

Properties

Name Type Description Notes
matched_on BannedUserMatchType
matched_on_value BannedUserMatchMatchedOnValue

Example

require 'fastcomments-client'

instance = FastCommentsClient::BannedUserMatch.new(
  matched_on: null,
  matched_on_value: null
)