Class: Remitmd::A2AArtifactPart

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

Overview

An artifact part within an A2A artifact.

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



72
73
74
# File 'lib/remitmd/a2a.rb', line 72

def data
  @data
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



72
73
74
# File 'lib/remitmd/a2a.rb', line 72

def kind
  @kind
end