Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 330 Bytes

File metadata and controls

20 lines (14 loc) · 330 Bytes

TalonOne::AnalyticsDataPointWithTrend

Properties

Name Type Description Notes
value Float
trend Float

Example

require 'talon_one_sdk'

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