Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 418 Bytes

HistogramInterval.md

File metadata and controls

19 lines (12 loc) · 418 Bytes

AylienNewsApi::HistogramInterval

Properties

Name Type Description Notes
bin Integer Histogram bin [optional]
count Integer Histogram bin size [optional]

Code Sample

require 'AylienNewsApi'

instance = AylienNewsApi::HistogramInterval.new(bin: null,
                                 count: null)