class HaveAPI::GoClient::Authentication::Unsupported
Public Class Methods
new(api_version, name, desc)
click to toggle source
# File lib/haveapi/go_client/authentication/unsupported.rb, line 5 def initialize(api_version, name, desc) warn "Ignoring unsupported authentication method #{name}" end
Public Instance Methods
generate(gen)
click to toggle source
# File lib/haveapi/go_client/authentication/unsupported.rb, line 9 def generate(gen) end