Class
Gem::AbstractCommand
In:
lib/commands/abstract_command.rb
Parent:
Gem::Command
Methods
api_key
api_key=
ask_for_password
credentials_path
gemcutter_url
http_proxy
make_request
proxy_class
setup
sign_in
use_proxy!
Included Modules
Gem::LocalRemoteOptions
Public Instance methods
api_key
()
api_key=
(api_key)
ask_for_password
(message)
credentials_path
()
gemcutter_url
()
http_proxy
()
@return [URI, nil] the HTTP-proxy as a URI if set;
nil
otherwise
make_request
(method, path) {|request if block_given?| ...}
proxy_class
()
setup
()
sign_in
()
use_proxy!
()
[Validate]