Class: Insika::Server::A2A::Remotes::Remote

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/server/a2a/remotes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/insika/server/a2a/remotes.rb', line 8

def description
  @description
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/insika/server/a2a/remotes.rb', line 8

def id
  @id
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/insika/server/a2a/remotes.rb', line 8

def url
  @url
end