Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 540 Bytes

Rank.md

File metadata and controls

21 lines (14 loc) · 540 Bytes

AylienNewsApi::Rank

Properties

Name Type Description Notes
country String The country code which the rank is in it [optional]
fetched_at DateTime The fetched date of the rank [optional]
rank Integer The rank [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::Rank.new(country: null,
                                 fetched_at: null,
                                 rank: null)