Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 394 Bytes

File metadata and controls

20 lines (14 loc) · 394 Bytes

FastCommentsClient::APIGetCommentResponse

Properties

Name Type Description Notes
status APIStatus
comment APIComment

Example

require 'fastcomments-client'

instance = FastCommentsClient::APIGetCommentResponse.new(
  status: null,
  comment: null
)