Method: WEB_API::Auth#_add

Defined in:
lib/web_api/auth.rb

#_add(method, uri, type) ⇒ Object



23
24
25
# File 'lib/web_api/auth.rb', line 23

def _add(method, uri, type)
  webmethods[method] = AuthMethod.new(@auth, uri, type)
end