Class: Upkeep::Replay::ActiveRecordValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::ActiveRecordValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
200 201 202 |
# File 'lib/upkeep/replay.rb', line 200 def to_h { type: type, model: model, id: id } end |
#type ⇒ Object
198 |
# File 'lib/upkeep/replay.rb', line 198 def type = "active_record" |