Class: SSEClient::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/a2a_test_framework/sse_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



11
12
13
# File 'lib/a2a_test_framework/sse_client.rb', line 11

def data
  @data
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



11
12
13
# File 'lib/a2a_test_framework/sse_client.rb', line 11

def event
  @event
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/a2a_test_framework/sse_client.rb', line 11

def id
  @id
end