Class: UpstreamRegistry::Upstream

Inherits:
Struct
  • Object
show all
Defined in:
app/mcp/upstream_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



18
19
20
# File 'app/mcp/upstream_registry.rb', line 18

def headers
  @headers
end

#service_keyObject

Returns the value of attribute service_key

Returns:

  • (Object)

    the current value of service_key



18
19
20
# File 'app/mcp/upstream_registry.rb', line 18

def service_key
  @service_key
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'app/mcp/upstream_registry.rb', line 18

def url
  @url
end