Class: Bullet::Notification::NPlusOneQuery
- Inherits:
-
Object
- Object
- Bullet::Notification::NPlusOneQuery
- Defined in:
- sig/stubs/rails.rbs
Instance Attribute Summary collapse
-
#associations ⇒ Object
readonly
Returns the value of attribute associations.
-
#base_class ⇒ Object
readonly
Returns the value of attribute base_class.
Instance Method Summary collapse
-
#initialize ⇒ NPlusOneQuery
constructor
A new instance of NPlusOneQuery.
Constructor Details
#initialize ⇒ NPlusOneQuery
Returns a new instance of NPlusOneQuery.
61 |
# File 'sig/stubs/rails.rbs', line 61
def initialize: (untyped, untyped, ?untyped?) -> void
|
Instance Attribute Details
#associations ⇒ Object (readonly)
Returns the value of attribute associations.
59 60 61 |
# File 'sig/stubs/rails.rbs', line 59 def associations @associations end |
#base_class ⇒ Object (readonly)
Returns the value of attribute base_class.
58 59 60 |
# File 'sig/stubs/rails.rbs', line 58 def base_class @base_class end |