Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 370 Bytes

AnalyticsDataPointWithTrend.md

File metadata and controls

19 lines (12 loc) · 370 Bytes

TalonOne::AnalyticsDataPointWithTrend

Properties

Name Type Description Notes
value Float
trend Float

Code Sample

require 'TalonOne'

instance = TalonOne::AnalyticsDataPointWithTrend.new(value: 12.0,
                                 trend: 3.25)