Class: Upkeep::Replay::HashValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::HashValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
243 244 245 |
# File 'lib/upkeep/replay.rb', line 243 def to_h { type: type, entries: Replay.value_hash_to_h(entries) } end |
#type ⇒ Object
241 |
# File 'lib/upkeep/replay.rb', line 241 def type = "hash" |