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
238 239 240 |
# File 'lib/upkeep/replay.rb', line 238 def to_h { type: type, model: model, id: id } end |
#type ⇒ Object
236 |
# File 'lib/upkeep/replay.rb', line 236 def type = "active_record" |