Class: Modulorails::Configuration
- Inherits:
-
Object
- Object
- Modulorails::Configuration
- Defined in:
- lib/modulorails/configuration.rb
Overview
Author: Matthieu ‘ciappa_m’ Ciappara The configuration of the gem
Instance Attribute Summary collapse
-
#_api_key ⇒ Object
All the keys to configure the gem.
-
#_endpoint ⇒ Object
All the keys to configure the gem.
-
#_main_developer ⇒ Object
All the keys to configure the gem.
-
#_name ⇒ Object
All the keys to configure the gem.
-
#_no_auto_update ⇒ Object
All the keys to configure the gem.
-
#_production_url ⇒ Object
All the keys to configure the gem.
-
#_project_manager ⇒ Object
All the keys to configure the gem.
-
#_review_base_url ⇒ Object
All the keys to configure the gem.
-
#_staging_url ⇒ Object
All the keys to configure the gem.
Instance Attribute Details
#_api_key ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _api_key @_api_key end |
#_endpoint ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _endpoint @_endpoint end |
#_main_developer ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _main_developer @_main_developer end |
#_name ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _name @_name end |
#_no_auto_update ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _no_auto_update @_no_auto_update end |
#_production_url ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _production_url @_production_url end |
#_project_manager ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _project_manager @_project_manager end |
#_review_base_url ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _review_base_url @_review_base_url end |
#_staging_url ⇒ Object
All the keys to configure the gem
8 9 10 |
# File 'lib/modulorails/configuration.rb', line 8 def _staging_url @_staging_url end |