Class: MQReader::Configuration
- Inherits:
-
Object
- Object
- MQReader::Configuration
- 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
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Attribute Details
#api_key ⇒ Object
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 |