Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 370 Bytes

FeaturesFeed.md

File metadata and controls

19 lines (12 loc) · 370 Bytes

TalonOne::FeaturesFeed

Properties

Name Type Description Notes
title String [optional]
pub_date String [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::FeaturesFeed.new(title: null,
                                 pub_date: null)