Class: Spikard::TestingSseEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeTestingSseEvent

Returns a new instance of TestingSseEvent.

Parameters:

  • data: (String)


397
# File 'sig/types.rbs', line 397

def initialize: (data: String) -> void

Instance Attribute Details

#dataString (readonly)

Returns the value of attribute data.

Returns:

  • (String)


395
396
397
# File 'sig/types.rbs', line 395

def data
  @data
end