Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

File metadata and controls

20 lines (14 loc) · 378 Bytes

FastCommentsClient::NotificationAndCount

Properties

Name Type Description Notes
type NotificationType
count Integer

Example

require 'fastcomments-client'

instance = FastCommentsClient::NotificationAndCount.new(
  type: null,
  count: null
)