Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 429 Bytes

File metadata and controls

22 lines (16 loc) · 429 Bytes

TalonOne::AnalyticsDataPointWithTrendAndInfluencedRate

Properties

Name Type Description Notes
value Float
influenced_rate Float
trend Float

Example

require 'talon_one_sdk'

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