Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 449 Bytes

File metadata and controls

20 lines (14 loc) · 449 Bytes

FastCommentsClient::GetEmailTemplatesResponse

Properties

Name Type Description Notes
status APIStatus
email_templates Array<CustomEmailTemplate>

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetEmailTemplatesResponse.new(
  status: null,
  email_templates: null
)