Class: Insika::Server::A2A::Remotes::Remote
- Inherits:
-
Data
- Object
- Data
- Insika::Server::A2A::Remotes::Remote
- Defined in:
- lib/insika/server/a2a/remotes.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
8 9 10 |
# File 'lib/insika/server/a2a/remotes.rb', line 8 def description @description end |
#id ⇒ Object (readonly)
Returns the value of attribute id
8 9 10 |
# File 'lib/insika/server/a2a/remotes.rb', line 8 def id @id end |
#url ⇒ Object (readonly)
Returns the value of attribute url
8 9 10 |
# File 'lib/insika/server/a2a/remotes.rb', line 8 def url @url end |