Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 379 Bytes

File metadata and controls

20 lines (14 loc) · 379 Bytes

FastCommentsClient::RenderEmailTemplateResponse

Properties

Name Type Description Notes
status APIStatus
html String

Example

require 'fastcomments-client'

instance = FastCommentsClient::RenderEmailTemplateResponse.new(
  status: null,
  html: null
)