Class: Upkeep::Replay::UnsupportedValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::UnsupportedValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
294 295 296 |
# File 'lib/upkeep/replay.rb', line 294 def to_h { type: type, class: class_name } end |
#type ⇒ Object
292 |
# File 'lib/upkeep/replay.rb', line 292 def type = "unsupported" |