Class: Remitmd::AgentSkill
- Inherits:
-
Data
- Object
- Data
- Remitmd::AgentSkill
- Defined in:
- lib/remitmd/a2a.rb
Overview
A single skill declared in an A2A agent card.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
12 13 14 |
# File 'lib/remitmd/a2a.rb', line 12 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
12 13 14 |
# File 'lib/remitmd/a2a.rb', line 12 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
12 13 14 |
# File 'lib/remitmd/a2a.rb', line 12 def name @name end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
12 13 14 |
# File 'lib/remitmd/a2a.rb', line 12 def @tags end |