Class: MockServer::A2A::SkillDef Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::A2A::SkillDef
- Defined in:
- lib/mockserver/a2a.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#examples ⇒ Object
Returns the value of attribute examples.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
76 77 78 |
# File 'lib/mockserver/a2a.rb', line 76 def description @description end |
#examples ⇒ Object
Returns the value of attribute examples
76 77 78 |
# File 'lib/mockserver/a2a.rb', line 76 def examples @examples end |
#id ⇒ Object
Returns the value of attribute id
76 77 78 |
# File 'lib/mockserver/a2a.rb', line 76 def id @id end |
#name ⇒ Object
Returns the value of attribute name
76 77 78 |
# File 'lib/mockserver/a2a.rb', line 76 def name @name end |
#tags ⇒ Object
Returns the value of attribute tags
76 77 78 |
# File 'lib/mockserver/a2a.rb', line 76 def @tags end |