Class: Couchbase::Cluster::DiagnosticsOptions
- Inherits:
-
Object
- Object
- Couchbase::Cluster::DiagnosticsOptions
- Defined in:
- lib/couchbase/cluster.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/cluster.rb more...
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.
337 338 339 |
# File 'lib/couchbase/cluster.rb', line 337 def initialize yield self if block_given? end |
Instance Attribute Details
#report_id ⇒ String
Returns Holds custom report id.
334 335 336 |
# File 'lib/couchbase/cluster.rb', line 334 def report_id @report_id end |