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



263
264
265
# File 'lib/upkeep/replay.rb', line 263

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

#typeObject



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

def type = "unsupported"