Method: Etcd::Client#version_prefix
- Defined in:
- lib/etcd/client.rb
#version_prefix ⇒ Object
Returns the etcd api version that will be used for across API methods
71 72 73 |
# File 'lib/etcd/client.rb', line 71 def version_prefix '/v2' end |