I'm using the Yelp API and pulling down a YLPBusiness. When I attempt to print() or dump() the YLPBusiness, I only receive the memory address in the console log.
If I print(YLPBusiness.name) however, I will receive the name. How can I fully print out all property values of the YLPBusiness object?