Method: Allorails::Core::Configuration#api_key
- Defined in:
- lib/allorails/core.rb
#api_key(email = nil) ⇒ Object
API key and secret key depend on the account
38 39 40 |
# File 'lib/allorails/core.rb', line 38 def api_key email = nil account(email)[:api_key] end |