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



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

#typeObject



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

def type = "refused_active_record_relation"