Class: Upkeep::Replay::UnsupportedValue

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



317
318
319
# File 'lib/upkeep/replay.rb', line 317

def to_h
  { type: type, class: class_name }
end

#typeObject



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

def type = "unsupported"