Method: Orchestrate::Client#api_key

Defined in:
lib/orchestrate/client.rb

#api_keyString (readonly)

Returns The API key provided.

Returns:

  • (String)

    The API key provided

[View source]

11
12
13
# File 'lib/orchestrate/client.rb', line 11

def api_key
  @api_key
end