module StellarSpectrum

Constants

DEFAULT_MAX_TRIES

17 tries means this gem will try up to about 17 times before giving up, and letting the error bubble up

VERSION

Public Class Methods

new(*args) click to toggle source
# File lib/stellar_spectrum.rb, line 49
def self.new(*args)
  Client.new(*args)
end