Class: EasyAb::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorize_admin_withObject

Returns the value of attribute authorize_admin_with.



32
33
34
# File 'lib/easy_ab.rb', line 32

def authorize_admin_with
  @authorize_admin_with
end

#current_user_idObject

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_methodObject

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