Class: Spandx::Core::Gateway
- Inherits:
-
Object
- Object
- Spandx::Core::Gateway
- Extended by:
- Registerable
- Defined in:
- lib/spandx/core/gateway.rb
Direct Known Subclasses
Dotnet::NugetGateway, Java::Gateway, Js::YarnPkg, Php::PackagistGateway, Python::Pypi, Ruby::Gateway
Instance Attribute Summary collapse
-
#http ⇒ Object
readonly
Returns the value of attribute http.
Instance Method Summary collapse
-
#initialize(http: Spandx.http) ⇒ Gateway
constructor
A new instance of Gateway.
- #licenses_for(_dependency) ⇒ Object
- #matches?(_dependency) ⇒ Boolean
Methods included from Registerable
all, each, inherited, registry
Constructor Details
Instance Attribute Details
#http ⇒ Object (readonly)
Returns the value of attribute http.
6 7 8 |
# File 'lib/spandx/core/gateway.rb', line 6 def http @http end |