Class: Upkeep::Replay::RefusedActiveRecordRelationValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::RefusedActiveRecordRelationValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
327 328 329 330 331 332 333 334 |
# File 'lib/upkeep/replay.rb', line 327 def to_h { type: type, model: model, sql_digest: sql_digest, reason: reason } end |
#type ⇒ Object
325 |
# File 'lib/upkeep/replay.rb', line 325 def type = "refused_active_record_relation" |