Method: Icanhazpdf::Client.api_key
- Defined in:
- lib/icanhazpdf/client.rb
.api_key ⇒ Object
your icanhazpf api key
8 9 10 11 12 13 14 |
# File 'lib/icanhazpdf/client.rb', line 8 def self.api_key begin Rails.configuration.icanhazpdf_api_key rescue raise "No API Key Configured" end end |