Method: Onyphe::Client#initialize
- Defined in:
- lib/onyphe/client.rb
#initialize(api_key) ⇒ Client
Returns a new instance of Client.
13 14 15 |
# File 'lib/onyphe/client.rb', line 13 def initialize(api_key) @api_key = api_key end |
Returns a new instance of Client.
13 14 15 |
# File 'lib/onyphe/client.rb', line 13 def initialize(api_key) @api_key = api_key end |