Class: Upkeep::Replay::ArrayValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::ArrayValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
233 234 235 |
# File 'lib/upkeep/replay.rb', line 233 def to_h { type: type, items: items.map(&:to_h) } end |
#type ⇒ Object
231 |
# File 'lib/upkeep/replay.rb', line 231 def type = "array" |