Class: NoaaWeatherClient::Responses::GenericResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/noaa_weather_client/responses/generic_response.rb

Instance Method Summary collapse

Constructor Details

#initialize(response_body) ⇒ GenericResponse

Returns a new instance of GenericResponse.



4
5
6
# File 'lib/noaa_weather_client/responses/generic_response.rb', line 4

def initialize(response_body)
  @response_body = response_body
end