Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

NamingConvention.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

LaunchDarklyApi::NamingConvention

Properties

Name Type Description Notes
_case String The casing convention to enforce for new flag keys in this project [optional]
prefix String The prefix to enforce for new flag keys in this project [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::NamingConvention.new(
  _case: kebabCase,
  prefix: enable-
)