Class: Upkeep::Replay::LiteralValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::LiteralValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#to_h ⇒ Object
253 254 255 |
# File 'lib/upkeep/replay.rb', line 253 def to_h { type: type, value: value } end |
#type ⇒ Object
251 |
# File 'lib/upkeep/replay.rb', line 251 def type = "literal" |