Class: Remitmd::AgentSkill

Inherits:
Data
  • Object
show all
Defined in:
lib/remitmd/a2a.rb

Overview

A single skill declared in an A2A agent card.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



12
13
14
# File 'lib/remitmd/a2a.rb', line 12

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



12
13
14
# File 'lib/remitmd/a2a.rb', line 12

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



12
13
14
# File 'lib/remitmd/a2a.rb', line 12

def name
  @name
end

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



12
13
14
# File 'lib/remitmd/a2a.rb', line 12

def tags
  @tags
end