Class: Couchbase::Cluster::DiagnosticsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/cluster.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ DiagnosticsOptions

Returns a new instance of DiagnosticsOptions.

Yields:

  • (_self)

Yield Parameters:

[View source]

310
311
312
# File 'lib/couchbase/cluster.rb', line 310

def initialize
  yield self if block_given?
end

Instance Attribute Details

#report_idString

Returns Holds custom report id.

Returns:

  • (String)

    Holds custom report id.


308
309
310
# File 'lib/couchbase/cluster.rb', line 308

def report_id
  @report_id
end