Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

CredibleIntervalRep.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

LaunchDarklyApi::CredibleIntervalRep

Properties

Name Type Description Notes
upper Float The upper bound [optional]
lower Float The lower bound [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CredibleIntervalRep.new(
  upper: 0.6713222134386467,
  lower: 0.4060771673663068
)