Class: UpstreamRegistry::Upstream
- Inherits:
-
Struct
- Object
- Struct
- UpstreamRegistry::Upstream
- Defined in:
- app/mcp/upstream_registry.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#service_key ⇒ Object
Returns the value of attribute service_key.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
18 19 20 |
# File 'app/mcp/upstream_registry.rb', line 18 def headers @headers end |
#service_key ⇒ Object
Returns the value of attribute service_key
18 19 20 |
# File 'app/mcp/upstream_registry.rb', line 18 def service_key @service_key end |
#url ⇒ Object
Returns the value of attribute url
18 19 20 |
# File 'app/mcp/upstream_registry.rb', line 18 def url @url end |