enum

Fluxion::Executor::ToolBroker::Source

Inherits Enum < Comparable < Value < Object

Where a tool would come from, without fetching anything. Backs fluxion tools list.

Constants

Path = 0
Cache = 1
Download = 2

Instance methods

cache?

Returns true if this enum value equals Cache

Source
download?

Returns true if this enum value equals Download

Source
path?

Returns true if this enum value equals Path

Source