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.
417 |
# File 'sig/types.rbs', line 417
def initialize: (data: String) -> void
|
Instance Attribute Details
#data ⇒ String (readonly)
Returns the value of attribute data.
415 416 417 |
# File 'sig/types.rbs', line 415 def data @data end |