Class: HaveAPI::GoClient::Authentication::Unsupported

Inherits:
Authentication::Base
  • Object
show all
Defined in:
lib/haveapi/go_client/authentication/unsupported.rb

Instance Method Summary collapse

Constructor Details

#initialize(api_version, name, desc) ⇒ Unsupported

Returns a new instance of Unsupported.



5
6
7
8
# File 'lib/haveapi/go_client/authentication/unsupported.rb', line 5

def initialize(api_version, name, desc)
  super
  warn "Ignoring unsupported authentication method #{name}"
end

Instance Method Details

#generate(gen) ⇒ Object



10
# File 'lib/haveapi/go_client/authentication/unsupported.rb', line 10

def generate(gen); end