Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

File metadata and controls

20 lines (14 loc) · 382 Bytes

FastCommentsClient::APICommentBaseMeta

Properties

Name Type Description Notes
wp_user_id String [optional]
wp_post_id String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::APICommentBaseMeta.new(
  wp_user_id: null,
  wp_post_id: null
)