Class: Upkeep::Replay::HashValue

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



243
244
245
# File 'lib/upkeep/replay.rb', line 243

def to_h
  { type: type, entries: Replay.value_hash_to_h(entries) }
end

#typeObject



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

def type = "hash"