Class: Spandx::Core::Gateway

Inherits:
Object
  • Object
show all
Extended by:
Registerable
Defined in:
lib/spandx/core/gateway.rb

Instance Method Summary collapse

Methods included from Registerable

all, each, inherited, registry

Instance Method Details

#licenses_for(_dependency) ⇒ Object

Raises:



10
11
12
# File 'lib/spandx/core/gateway.rb', line 10

def licenses_for(_dependency)
  raise ::Spandx::Error, :licenses_for
end

#matches?(_dependency) ⇒ Boolean

Returns:

  • (Boolean)

Raises:



6
7
8
# File 'lib/spandx/core/gateway.rb', line 6

def matches?(_dependency)
  raise ::Spandx::Error, :matches?
end