Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 448 Bytes

File metadata and controls

22 lines (16 loc) · 448 Bytes

FastCommentsClient::UserPresenceData

Properties

Name Type Description Notes
url_id_ws String [optional]
user_id_ws String [optional]
tenant_id_ws String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::UserPresenceData.new(
  url_id_ws: null,
  user_id_ws: null,
  tenant_id_ws: null
)