class Petrel::Configuration
Attributes
api_key[RW]
url[R]
Public Class Methods
new()
click to toggle source
# File lib/petrel/configuration.rb, line 6 def initialize @url = 'https://api.openweathermap.org/data/2.5' end