Class: Remitmd::AgentExtension

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

Overview

A2A capability extension declared in an agent card.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



9
10
11
# File 'lib/remitmd/a2a.rb', line 9

def description
  @description
end

#requiredObject (readonly)

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



9
10
11
# File 'lib/remitmd/a2a.rb', line 9

def required
  @required
end

#uriObject (readonly)

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



9
10
11
# File 'lib/remitmd/a2a.rb', line 9

def uri
  @uri
end