Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

FastCommentsClient::GetEventLogResponse

Properties

Name Type Description Notes
events Array<EventLogEntry>
status APIStatus

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetEventLogResponse.new(
  events: null,
  status: null
)