Method: Wonderfl::Client#initialize
- Defined in:
- lib/wonderfl/client.rb
#initialize(api_key = nil) ⇒ Client
Requires api key, get yours from your account page (wonderfl.net/account/api_keys/create)
10 11 12 |
# File 'lib/wonderfl/client.rb', line 10 def initialize(api_key = nil) @api_key = api_key end |