Sha256: cfcc81a6e69d9afba2d8b64e54dd1f54ca236735b5a83bac98a47bf1a0baeb52
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
# TalonOne::AnalyticsDataPoint ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total** | **Float** | | **influenced** | **Float** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AnalyticsDataPoint.new(total: 12.0, influenced: 12.0) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/AnalyticsDataPoint.md |
talon_one-6.0.0 | docs/AnalyticsDataPoint.md |