Class: RadiumIo::Engine::Configuration
- Inherits:
-
Object
- Object
- RadiumIo::Engine::Configuration
- Defined in:
- lib/radium_io/engine.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
4 5 6 |
# File 'lib/radium_io/engine.rb', line 4 def app_id @app_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
4 5 6 |
# File 'lib/radium_io/engine.rb', line 4 def user_id @user_id end |