Module: Airbrake::Grouppable Private

Included in:
Query, Request
Defined in:
lib/airbrake-ruby/grouppable.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Grouppable adds the ‘#groups` method, so that we don’t need to define it in all of performance models every time we add a model without groups.

Since:

  • v4.9.0

Instance Method Summary collapse

Instance Method Details

#groupsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • v4.9.0



8
9
10
# File 'lib/airbrake-ruby/grouppable.rb', line 8

def groups
  {}
end