Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 700 Bytes

RepresentativeStory.md

File metadata and controls

23 lines (16 loc) · 700 Bytes

AylienNewsApi::RepresentativeStory

Properties

Name Type Description Notes
id Integer ID of the story which is a unique identification [optional]
permalink String The story permalink URL [optional]
published_at DateTime Published date of the story [optional]
title String Title of the story [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::RepresentativeStory.new(id: null,
                                 permalink: null,
                                 published_at: null,
                                 title: null)