Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 428 Bytes

File metadata and controls

22 lines (16 loc) · 428 Bytes

FastCommentsClient::FCommentMeta

Properties

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

Example

require 'fastcomments-client'

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