Class: WeatherFetcher::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/weather_fetcher/server.rb

Instance Method Summary collapse

Constructor Details

#initialize(h = { }) ⇒ Server

Returns a new instance of Server.



5
6
7
# File 'lib/weather_fetcher/server.rb', line 5

def initialize(h = { })
  @h = h
end