Class: Upkeep::Replay::LiteralValue

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



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

def to_h
  { type: type, value: value }
end

#typeObject



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

def type = "literal"