Class: Upkeep::Replay::ArrayValue

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



271
272
273
# File 'lib/upkeep/replay.rb', line 271

def to_h
  { type: type, items: items.map(&:to_h) }
end

#typeObject



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

def type = "array"