Class: Spikard::TestingSseEvent
- Inherits:
-
Object
- Object
- Spikard::TestingSseEvent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#data ⇒ String
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize ⇒ TestingSseEvent
constructor
A new instance of TestingSseEvent.
Constructor Details
#initialize ⇒ TestingSseEvent
Returns a new instance of TestingSseEvent.
397 |
# File 'sig/types.rbs', line 397
def initialize: (data: String) -> void
|
Instance Attribute Details
#data ⇒ String (readonly)
Returns the value of attribute data.
395 396 397 |
# File 'sig/types.rbs', line 395 def data @data end |