Module: Opendata

Defined in:
lib/client.rb,
lib/version.rb,
lib/opendata.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

VERSION =
'0.0.8'.freeze

Class Method Summary collapse

Class Method Details

.new(url, options = {}) ⇒ Object



11
12
13
# File 'lib/opendata.rb', line 11

def new(url, options={})
  Client.new(url, options)
end