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



233
234
235
# File 'lib/upkeep/replay.rb', line 233

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

#typeObject



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

def type = "array"