Class: BeetleReporter::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#current_user_methodObject

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_methodObject

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_methodObject

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_classObject

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_methodObject

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