Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

FastCommentsClient::GetNotificationCountResponse

Properties

Name Type Description Notes
status APIStatus
count Float

Example

require 'fastcomments-client'

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