Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 493 Bytes

File metadata and controls

24 lines (18 loc) · 493 Bytes

Zernio::Blog

Properties

Name Type Description Notes
id String Platform-native blog id (numeric string for Shopify). [optional]
platform String [optional]
title String [optional]
handle String URL slug of the blog. [optional]

Example

require 'zernio-sdk'

instance = Zernio::Blog.new(
  id: null,
  platform: null,
  title: null,
  handle: null
)