Class: Upkeep::Replay::ActiveRecordValue

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



215
216
217
# File 'lib/upkeep/replay.rb', line 215

def to_h
  { type: type, model: model, id: id }
end

#typeObject



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

def type = "active_record"