Class: Proxies
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Base
Instance Method Details
#get_id(options) ⇒ Object
5 6 7 8 9 |
# File 'lib/zapix/proxies/proxies.rb', line 5 def get_id() result = client.proxy_get({ 'filter' => {'name' => ['name']}}) result.first['proxyid'] end |