class MeteoPl::Utility::Graph

Attributes

location[R]
net_fetcher[R]
period[R]

Public Class Methods

new(net_fetcher, location, period) click to toggle source
# File lib/meteo_pl/utility/graph.rb, line 6
def initialize(net_fetcher, location, period)
  @net_fetcher = net_fetcher
  @location = location
  @period = period
end

Public Instance Methods

uri() click to toggle source
# File lib/meteo_pl/utility/graph.rb, line 12
def uri
  raise NotImplemented
end