Class: MQReader::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/mq_reader/mq_reader.rb

Overview

Configuration Class Right now it’s only used to set the API key from the application that’s using the gem.

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



79
80
81
# File 'lib/mq_reader/mq_reader.rb', line 79

def api_key
  @api_key
end