Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

File metadata and controls

22 lines (16 loc) · 428 Bytes

FastCommentsClient::CommentLogEntry

Properties

Name Type Description Notes
d Time
t CommentLogType
da CommentLogData [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::CommentLogEntry.new(
  d: null,
  t: null,
  da: null
)