Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 360 Bytes

CopiedFromEnv.md

File metadata and controls

20 lines (14 loc) · 360 Bytes

LaunchDarklyApi::CopiedFromEnv

Properties

Name Type Description Notes
key String Key of feature flag copied
version Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CopiedFromEnv.new(
  key: null,
  version: null
)