Class: MockServer::A2A::SkillDef Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



76
77
78
# File 'lib/mockserver/a2a.rb', line 76

def description
  @description
end

#examplesObject

Returns the value of attribute examples

Returns:

  • (Object)

    the current value of examples



76
77
78
# File 'lib/mockserver/a2a.rb', line 76

def examples
  @examples
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



76
77
78
# File 'lib/mockserver/a2a.rb', line 76

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



76
77
78
# File 'lib/mockserver/a2a.rb', line 76

def name
  @name
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



76
77
78
# File 'lib/mockserver/a2a.rb', line 76

def tags
  @tags
end