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.

Yields:

  • (_self)

Yield Parameters:

[View source]

306
307
308
# File 'lib/couchbase/cluster.rb', line 306

def initialize
  yield self if block_given?
end

Instance Attribute Details

#report_idString

Returns Holds custom report id.

Returns:

  • (String)

    Holds custom report id.


304
305
306
# File 'lib/couchbase/cluster.rb', line 304

def report_id
  @report_id
end