Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

File metadata and controls

20 lines (14 loc) · 447 Bytes

FastCommentsClient::BlockSuccess

Properties

Name Type Description Notes
status APIStatus
comment_statuses Hash<String, Boolean> Construct a type with a set of properties K of type T

Example

require 'fastcomments-client'

instance = FastCommentsClient::BlockSuccess.new(
  status: null,
  comment_statuses: null
)