class NasaApi::ResponseHandler::EarthImagery
Attributes
response[RW]
url[RW]
Public Class Methods
new(response_head)
click to toggle source
# File lib/nasa_api/response_handler.rb, line 37 def initialize(response_head) @response = response_head @url = response_head.request.last_uri.to_s end