Class: A2A::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/a2a/task_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsObject

Returns the value of attribute artifacts

Returns:

  • (Object)

    the current value of artifacts



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def artifacts
  @artifacts
end

#context_idObject

Returns the value of attribute context_id

Returns:

  • (Object)

    the current value of context_id



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def context_id
  @context_id
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def created_at
  @created_at
end

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def history
  @history
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def id
  @id
end

#push_configsObject

Returns the value of attribute push_configs

Returns:

  • (Object)

    the current value of push_configs



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def push_configs
  @push_configs
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def result
  @result
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def state
  @state
end

#subscribersObject

Returns the value of attribute subscribers

Returns:

  • (Object)

    the current value of subscribers



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def subscribers
  @subscribers
end

#updated_atObject

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



11
12
13
# File 'lib/a2a/task_store.rb', line 11

def updated_at
  @updated_at
end