Class: Couchbase::Cluster::DiagnosticsOptions
- Inherits:
-
Object
- Object
- Couchbase::Cluster::DiagnosticsOptions
- Defined in:
- lib/couchbase/cluster.rb
Instance Attribute Summary collapse
-
#report_id ⇒ String
Holds custom report id.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ DiagnosticsOptions
constructor
A new instance of DiagnosticsOptions.
Constructor Details
#initialize {|_self| ... } ⇒ DiagnosticsOptions
Returns a new instance of DiagnosticsOptions.
310 311 312 |
# File 'lib/couchbase/cluster.rb', line 310 def initialize yield self if block_given? end |
Instance Attribute Details
#report_id ⇒ String
Returns Holds custom report id.
308 309 310 |
# File 'lib/couchbase/cluster.rb', line 308 def report_id @report_id end |