class HaveAPI::GoClient::Authentication::Base

Public Class Methods

register(name) click to toggle source

@param name [Symbol]

# File lib/haveapi/go_client/authentication/base.rb, line 4
def self.register(name)
  AuthenticationMethods.register(name, self)
end

Public Instance Methods

generate(dst) click to toggle source

@param dst [String]

# File lib/haveapi/go_client/authentication/base.rb, line 9
def generate(dst)
  raise NotImplementedError
end