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
263 264 265 |
# File 'lib/upkeep/replay.rb', line 263 def to_h { type: type, class: class_name } end |
#type ⇒ Object
261 |
# File 'lib/upkeep/replay.rb', line 261 def type = "unsupported" |