Method: RestClient.proxy=
- Defined in:
- lib/restclient.rb
permalink .proxy=(value) ⇒ Object
[View source]
99 100 101 102 |
# File 'lib/restclient.rb', line 99 def self.proxy=(value) @proxy = value @proxy_set = true end |
99 100 101 102 |
# File 'lib/restclient.rb', line 99 def self.proxy=(value) @proxy = value @proxy_set = true end |