Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 472 Bytes

File metadata and controls

24 lines (18 loc) · 472 Bytes

FastCommentsClient::FeedPostLink

Properties

Name Type Description Notes
text String [optional]
title String [optional]
description String [optional]
url String [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::FeedPostLink.new(
  text: null,
  title: null,
  description: null,
  url: null
)