Class: Remitmd::A2AArtifactPart
- Inherits:
-
Data
- Object
- Data
- Remitmd::A2AArtifactPart
- Defined in:
- lib/remitmd/a2a.rb
Overview
An artifact part within an A2A artifact.
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
72 73 74 |
# File 'lib/remitmd/a2a.rb', line 72 def data @data end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
72 73 74 |
# File 'lib/remitmd/a2a.rb', line 72 def kind @kind end |