Class: EasyAb::Config
- Inherits:
-
Object
- Object
- EasyAb::Config
- Defined in:
- lib/easy_ab.rb
Instance Attribute Summary collapse
-
#authorize_admin_with ⇒ Object
Returns the value of attribute authorize_admin_with.
-
#current_user_id ⇒ Object
Returns the value of attribute current_user_id.
-
#user_signed_in_method ⇒ Object
Returns the value of attribute user_signed_in_method.
Instance Attribute Details
#authorize_admin_with ⇒ Object
Returns the value of attribute authorize_admin_with.
32 33 34 |
# File 'lib/easy_ab.rb', line 32 def end |
#current_user_id ⇒ Object
Returns the value of attribute current_user_id.
32 33 34 |
# File 'lib/easy_ab.rb', line 32 def current_user_id @current_user_id end |
#user_signed_in_method ⇒ Object
Returns the value of attribute user_signed_in_method.
32 33 34 |
# File 'lib/easy_ab.rb', line 32 def user_signed_in_method @user_signed_in_method end |