Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 435 Bytes

File metadata and controls

22 lines (16 loc) · 435 Bytes

FastCommentsClient::GetCommentBanStatusResponse

Properties

Name Type Description Notes
status String
email_domain String
can_ip_ban Boolean

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetCommentBanStatusResponse.new(
  status: null,
  email_domain: null,
  can_ip_ban: null
)