Module: Apiwha

Extended by:
Apiwha
Included in:
Apiwha
Defined in:
lib/apiwha.rb,
lib/apiwha/api.rb,
lib/apiwha/error.rb,
lib/apiwha/version.rb

Defined Under Namespace

Classes: Api, Error

Constant Summary collapse

VERSION =
"0.1.1"

Instance Method Summary collapse

Instance Method Details

#new(api_key) ⇒ Object



8
9
10
# File 'lib/apiwha.rb', line 8

def new(api_key)
  Api.new(api_key)
end