Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

File metadata and controls

20 lines (14 loc) · 411 Bytes

FastCommentsClient::GetModeratorsResponse

Properties

Name Type Description Notes
status APIStatus
moderators Array<Moderator>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetModeratorsResponse.new(
  status: null,
  moderators: null
)