Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 482 Bytes

ReferenceRep.md

File metadata and controls

22 lines (16 loc) · 482 Bytes

LaunchDarklyApi::ReferenceRep

Properties

Name Type Description Notes
path String File path of the reference
hint String Programming language used in the file [optional]
hunks Array<HunkRep>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ReferenceRep.new(
  path: /main/index.js,
  hint: javascript,
  hunks: null
)