Skip to content

Files

Latest commit

381ae19 · Dec 13, 2024

History

History
20 lines (14 loc) · 411 Bytes

DynamicOptions.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

LaunchDarklyApi::DynamicOptions

Properties

Name Type Description Notes
endpoint Endpoint [optional]
parser DynamicOptionsParser [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::DynamicOptions.new(
  endpoint: null,
  parser: null
)