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



258
259
260
# File 'lib/upkeep/replay.rb', line 258

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

#typeObject



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

def type = "hash"