Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 376 Bytes

File metadata and controls

20 lines (14 loc) · 376 Bytes

FastCommentsClient::QuestionConfigCustomOptionsInner

Properties

Name Type Description Notes
image_src String
name String

Example

require 'fastcomments-client'

instance = FastCommentsClient::QuestionConfigCustomOptionsInner.new(
  image_src: null,
  name: null
)