Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

Author.md

File metadata and controls

21 lines (14 loc) · 563 Bytes

AylienNewsApi::Author

Properties

Name Type Description Notes
avatar_url String A URL which points to the author avatar [optional]
id Integer A unique identification for the author [optional]
name String The extracted author full name [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Author.new(avatar_url: null,
                                 id: null,
                                 name: null)