Module: NoradBeacon

Defined in:
lib/norad_beacon.rb,
lib/norad_beacon/api.rb,
lib/norad_beacon/result.rb,
lib/norad_beacon/runner.rb,
lib/norad_beacon/version.rb,
lib/norad_beacon/resultset.rb,
lib/norad_beacon/http_payload.rb,
lib/norad_beacon/multi_runner.rb,
lib/norad_beacon/container_options.rb

Defined Under Namespace

Classes: ContainerOptions, HttpPayload, MultiRunner, NoradAPI, Result, ResultSet, Runner

Constant Summary collapse

VERSION =
'0.1.7'

Class Method Summary collapse

Class Method Details

.container_optionsHash

Retrieves encrypted credentials stored locally on the docker container.

Returns:

  • (Hash)


17
18
19
20
21
22
# File 'lib/norad_beacon.rb', line 17

def self.container_options
  ContainerOptions.new.values
rescue NoradBeaconError => e
  puts "Unable to load local container options: #{e.message}"
  {}
end