Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

FastCommentsClient::FindCommentsByRangeResponse

Properties

Name Type Description Notes
results Array<FindCommentsByRangeItem>
created_at Time

Example

require 'fastcomments-client'

instance = FastCommentsClient::FindCommentsByRangeResponse.new(
  results: null,
  created_at: null
)