Class: SSEClient::Event
- Inherits:
-
Struct
- Object
- Struct
- SSEClient::Event
- Defined in:
- lib/a2a_test_framework/sse_client.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
11 12 13 |
# File 'lib/a2a_test_framework/sse_client.rb', line 11 def data @data end |
#event ⇒ Object
Returns the value of attribute event
11 12 13 |
# File 'lib/a2a_test_framework/sse_client.rb', line 11 def event @event end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/a2a_test_framework/sse_client.rb', line 11 def id @id end |