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



200
201
202
# File 'lib/upkeep/replay.rb', line 200

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

#typeObject



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

def type = "active_record"