Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 432 Bytes

File metadata and controls

20 lines (14 loc) · 432 Bytes

FastCommentsClient::GetEmailTemplateResponse

Properties

Name Type Description Notes
status APIStatus
email_template CustomEmailTemplate

Example

require 'fastcomments-client'

instance = FastCommentsClient::GetEmailTemplateResponse.new(
  status: null,
  email_template: null
)