Class: BeetleReporter::Configuration
- Inherits:
-
Object
- Object
- BeetleReporter::Configuration
- Defined in:
- lib/beetle_reporter/configuration.rb
Instance Attribute Summary collapse
-
#current_user_method ⇒ Object
Returns the value of attribute current_user_method.
-
#main_app_root_path_method ⇒ Object
Returns the value of attribute main_app_root_path_method.
-
#main_app_user_path_method ⇒ Object
Returns the value of attribute main_app_user_path_method.
-
#user_class ⇒ Object
Returns the value of attribute user_class.
-
#user_name_method ⇒ Object
Returns the value of attribute user_name_method.
Instance Attribute Details
#current_user_method ⇒ Object
Returns the value of attribute current_user_method.
4 5 6 |
# File 'lib/beetle_reporter/configuration.rb', line 4 def current_user_method @current_user_method end |
#main_app_root_path_method ⇒ Object
Returns the value of attribute main_app_root_path_method.
6 7 8 |
# File 'lib/beetle_reporter/configuration.rb', line 6 def main_app_root_path_method @main_app_root_path_method end |
#main_app_user_path_method ⇒ Object
Returns the value of attribute main_app_user_path_method.
7 8 9 |
# File 'lib/beetle_reporter/configuration.rb', line 7 def main_app_user_path_method @main_app_user_path_method end |
#user_class ⇒ Object
Returns the value of attribute user_class.
3 4 5 |
# File 'lib/beetle_reporter/configuration.rb', line 3 def user_class @user_class end |
#user_name_method ⇒ Object
Returns the value of attribute user_name_method.
5 6 7 |
# File 'lib/beetle_reporter/configuration.rb', line 5 def user_name_method @user_name_method end |