Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 498 Bytes

AnalyticsDataPointWithTrendAndInfluencedRate.md

File metadata and controls

21 lines (14 loc) · 498 Bytes

TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate

Properties

Name Type Description Notes
value Float
influenced_rate Float
trend Float

Code Sample

require 'TalonOne'

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