15 16 17 18
# File 'lib/tellus/client.rb', line 15 def get_address response = HTTParty.get @url return response['display_name'] end