etcd-ruby
etcd-ruby copied to clipboard
Geting a no method error
Hi,
After successfully defining the client object when I run client.machines it throws me a No method error. But I can find the leader using client.leader
[10] pry(main)> client.machines NoMethodError: undefined method machines' for #Etcd::Client:0x0000000310b398`
Also is there any plan to add members to the cluster using this gem
method machines is no longer available. See https://github.com/ranjib/etcd-ruby/pull/62