Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 656 Bytes

File metadata and controls

24 lines (18 loc) · 656 Bytes

Zernio::XArticle

Properties

Name Type Description Notes
title String
content_state XArticleContentState
mode String Publish creates an X Article draft and then publishes it. Draft stops after draft creation and returns the X draft ID without a public URL. [optional][default to 'publish']
cover XArticleCover [optional]

Example

require 'zernio-sdk'

instance = Zernio::XArticle.new(
  title: null,
  content_state: null,
  mode: null,
  cover: null
)