class NoaaWeatherClient::Responses::GenericResponse
Public Class Methods
new(response_body)
click to toggle source
# File lib/noaa_weather_client/responses/generic_response.rb, line 4 def initialize(response_body) @response_body = response_body end