Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 355 Bytes

File metadata and controls

20 lines (14 loc) · 355 Bytes

FastCommentsClient::IgnoredResponse

Properties

Name Type Description Notes
status APIStatus
note String

Example

require 'fastcomments-client'

instance = FastCommentsClient::IgnoredResponse.new(
  status: null,
  note: null
)