Hi guys, I'm using v0.8.1 and am having a discrepancy when using #to_h in place of #to_hash on a Hyperclient::Resource.
cluster_meters=Source.clusters._get.by_id(id: id)._get.meters._embeddedmeter=gateway_meters.all.firstexpect(meter.to_h).toeq(meter.to_hash)
However the call to #to_h returns nil, while the call to #to_hash returns the expected hash
Hi guys, I'm using v0.8.1 and am having a discrepancy when using #to_h in place of #to_hash on a Hyperclient::Resource.
However the call to #to_h returns nil, while the call to #to_hash returns the expected hash