Open ttrmw opened 7 years ago
Well, spotted @ttrmw thank you. I was playing with the status output and had not noticed I left it as attr_accessor. I have changed it to attr_reader. There is no need for it to be publically writable as it only outputs the value received from Google API. However, it may be useful if the requirement for replacing the status with a custom message appear in the future.
If so, why? If not, why not?