Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

File metadata and controls

24 lines (18 loc) · 529 Bytes

FastCommentsClient::BanUserFromCommentResult

Properties

Name Type Description Notes
status String
changelog APIBanUserChangeLog [optional]
code String [optional]
reason String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::BanUserFromCommentResult.new(
  status: null,
  changelog: null,
  code: null,
  reason: null
)