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



238
239
240
# File 'lib/upkeep/replay.rb', line 238

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

#typeObject



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

def type = "active_record"