Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 606 Bytes

CategoryLinks.md

File metadata and controls

21 lines (14 loc) · 606 Bytes

AylienNewsApi::CategoryLinks

Properties

Name Type Description Notes
parent String A URL pointing to the parent category [optional]
parents Array<String> A collection of URLs pointing to the category parents [optional]
_self String A URL pointing to the category [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::CategoryLinks.new(parent: null,
                                 parents: null,
                                 _self: null)