Class: HaveAPI::GoClient::Authentication::Unsupported
- Inherits:
-
Authentication::Base
- Object
- Authentication::Base
- HaveAPI::GoClient::Authentication::Unsupported
- Defined in:
- lib/haveapi/go_client/authentication/unsupported.rb
Instance Method Summary collapse
- #generate(gen) ⇒ Object
-
#initialize(api_version, name, desc) ⇒ Unsupported
constructor
A new instance of Unsupported.
Constructor Details
#initialize(api_version, name, desc) ⇒ Unsupported
Returns a new instance of Unsupported.
5 6 7 |
# File 'lib/haveapi/go_client/authentication/unsupported.rb', line 5 def initialize(api_version, name, desc) warn "Ignoring unsupported authentication method #{name}" end |
Instance Method Details
#generate(gen) ⇒ Object
9 10 11 |
# File 'lib/haveapi/go_client/authentication/unsupported.rb', line 9 def generate(gen) end |