Method: ContextIO::Config#consumer_key

Defined in:
lib/context-io/config.rb

#consumer_keyString

Returns The OAuth consumer key received from Context.IO.

Returns:

  • The OAuth consumer key received from Context.IO.



48
49
50
# File 'lib/context-io/config.rb', line 48

def consumer_key
  @consumer_key
end