Class: Couchbase::Cluster::DiagnosticsOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/cluster.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/cluster.rb
more...

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DiagnosticsOptions.

Yield Parameters:

[View source]

337
338
339
# File 'lib/couchbase/cluster.rb', line 337

def initialize
  yield self if block_given?
end

Instance Attribute Details

#report_idString

Returns Holds custom report id.

Returns:

  • (String)

    Holds custom report id.


334
335
336
# File 'lib/couchbase/cluster.rb', line 334

def report_id
  @report_id
end