Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 486 Bytes

File metadata and controls

24 lines (18 loc) · 486 Bytes

FastCommentsClient::ModerationAPICommentLog

Properties

Name Type Description Notes
date Time
username String [optional]
action_name String
message_html String

Example

require 'fastcomments-client'

instance = FastCommentsClient::ModerationAPICommentLog.new(
  date: null,
  username: null,
  action_name: null,
  message_html: null
)