Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 421 Bytes

File metadata and controls

22 lines (16 loc) · 421 Bytes

FastCommentsClient::PreBanSummary

Properties

Name Type Description Notes
status APIStatus
usernames Array<String>
count Float

Example

require 'fastcomments-client'

instance = FastCommentsClient::PreBanSummary.new(
  status: null,
  usernames: null,
  count: null
)