Sha256: 7100cfd1ea5e5e197eca8c166b8e2048636ad786413466c50ab4aa394144a3df
Contents?: true
Size: 291 Bytes
Versions: 22
Compression:
Stored size: 291 Bytes
Contents
require 'haveapi/go_client/authentication/base' module HaveAPI::GoClient class Authentication::Unsupported < Authentication::Base def initialize(api_version, name, desc) warn "Ignoring unsupported authentication method #{name}" end def generate(gen) end end end
Version data entries
22 entries across 22 versions & 1 rubygems