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
273 274 275 276 277 278 279 280 |
# File 'lib/upkeep/replay.rb', line 273 def to_h { type: type, model: model, sql_digest: sql_digest, reason: reason } end |
#type ⇒ Object
271 |
# File 'lib/upkeep/replay.rb', line 271 def type = "refused_active_record_relation" |