Method: NeverBounce::API::Client#api_key
- Defined in:
- lib/never_bounce/api/client.rb
#api_key ⇒ String
API key.
44 45 46 |
# File 'lib/never_bounce/api/client.rb', line 44 def api_key @api_key or raise AttributeError, "Attribute must be set: api_key" end |