Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

File metadata and controls

20 lines (14 loc) · 385 Bytes

FastCommentsClient::GetCommentTextResponse

Properties

Name Type Description Notes
comment String [optional]
status APIStatus

Example

require 'fastcomments-client'

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