Class: Charming::Escape::Sequence

Inherits:
Data
  • Object
show all
Defined in:
lib/charming/escape.rb

Overview

A single out-of-band sequence. payload is the literal escape string written to the terminal.

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



16
17
18
# File 'lib/charming/escape.rb', line 16

def payload
  @payload
end