Class: Upkeep::Replay::RefusedActiveRecordRelationValue

Inherits:
Object
  • Object
show all
Includes:
Value
Defined in:
lib/upkeep/replay.rb

Instance Method Summary collapse

Methods included from Value

from_h

Instance Method Details

#to_hObject



304
305
306
307
308
309
310
311
# File 'lib/upkeep/replay.rb', line 304

def to_h
  {
    type: type,
    model: model,
    sql_digest: sql_digest,
    reason: reason
  }
end

#typeObject



302
# File 'lib/upkeep/replay.rb', line 302

def type = "refused_active_record_relation"