Class: A2A::FileWithUri
- Defined in:
- lib/a2a/types/file_with_uri.rb
Overview
Represents a file with its content located at a specific URI.
Instance Method Summary collapse
-
#uri ⇒ URI
A URL pointing to the file’s content.
Methods inherited from FileBase
Methods included from Extensions::CaseTransformation
Instance Method Details
#uri ⇒ URI
Returns A URL pointing to the file’s content.
7 |
# File 'lib/a2a/types/file_with_uri.rb', line 7 attribute :uri, Types::URI |