etcd-ruby icon indicating copy to clipboard operation
etcd-ruby copied to clipboard

Geting a no method error

Open nilroy opened this issue 9 years ago • 1 comments

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

nilroy avatar Mar 17 '16 09:03 nilroy

method machines is no longer available. See https://github.com/ranjib/etcd-ruby/pull/62

tachyons avatar Oct 29 '17 12:10 tachyons