Class: Charming::Escape::Sequence
- Inherits:
-
Data
- Object
- Data
- Charming::Escape::Sequence
- 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
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Instance Attribute Details
#payload ⇒ Object (readonly)
Returns the value of attribute payload
16 17 18 |
# File 'lib/charming/escape.rb', line 16 def payload @payload end |