Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 361 Bytes

PubNubDetailRep.md

File metadata and controls

20 lines (14 loc) · 361 Bytes

LaunchDarklyApi::PubNubDetailRep

Properties

Name Type Description Notes
channel String [optional]
cipher_key String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PubNubDetailRep.new(
  channel: null,
  cipher_key: null
)