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