Using the code in the readme: ``` from ring_doorbell import Ring myring = Ring('user@example.com', 'secret') print myring.has_subscription ``` I receive the following error: `AttributeError: 'Ring' object has no attribute 'has_subscription'`
Using the code in the readme:
I receive the following error:
AttributeError: 'Ring' object has no attribute 'has_subscription'