Class: A2A::Task
- Inherits:
-
Struct
- Object
- Struct
- A2A::Task
- Defined in:
- lib/a2a/task_store.rb
Instance Attribute Summary collapse
-
#artifacts ⇒ Object
Returns the value of attribute artifacts.
-
#context_id ⇒ Object
Returns the value of attribute context_id.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#history ⇒ Object
Returns the value of attribute history.
-
#id ⇒ Object
Returns the value of attribute id.
-
#push_configs ⇒ Object
Returns the value of attribute push_configs.
-
#result ⇒ Object
Returns the value of attribute result.
-
#state ⇒ Object
Returns the value of attribute state.
-
#subscribers ⇒ Object
Returns the value of attribute subscribers.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#artifacts ⇒ Object
Returns the value of attribute artifacts
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def artifacts @artifacts end |
#context_id ⇒ Object
Returns the value of attribute context_id
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def context_id @context_id end |
#created_at ⇒ Object
Returns the value of attribute created_at
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def created_at @created_at end |
#history ⇒ Object
Returns the value of attribute history
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def history @history end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def id @id end |
#push_configs ⇒ Object
Returns the value of attribute push_configs
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def push_configs @push_configs end |
#result ⇒ Object
Returns the value of attribute result
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def result @result end |
#state ⇒ Object
Returns the value of attribute state
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def state @state end |
#subscribers ⇒ Object
Returns the value of attribute subscribers
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def subscribers @subscribers end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
11 12 13 |
# File 'lib/a2a/task_store.rb', line 11 def updated_at @updated_at end |