Class: Ravelin::AuthenticationMechanism
- Inherits:
-
RavelinObject
- Object
- RavelinObject
- Ravelin::AuthenticationMechanism
- Defined in:
- lib/ravelin/authentication_mechanism.rb
Instance Attribute Summary collapse
-
#magic_link ⇒ Object
Returns the value of attribute magic_link.
-
#one_time_code ⇒ Object
Returns the value of attribute one_time_code.
-
#password ⇒ Object
Returns the value of attribute password.
-
#recaptcha ⇒ Object
Returns the value of attribute recaptcha.
-
#rsa_key ⇒ Object
Returns the value of attribute rsa_key.
-
#sms_code ⇒ Object
Returns the value of attribute sms_code.
-
#social ⇒ Object
Returns the value of attribute social.
-
#u2f ⇒ Object
Returns the value of attribute u2f.
Method Summary
Methods inherited from RavelinObject
attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate
Constructor Details
This class inherits a constructor from Ravelin::RavelinObject
Instance Attribute Details
#magic_link ⇒ Object
Returns the value of attribute magic_link.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def magic_link @magic_link end |
#one_time_code ⇒ Object
Returns the value of attribute one_time_code.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def one_time_code @one_time_code end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def password @password end |
#recaptcha ⇒ Object
Returns the value of attribute recaptcha.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def recaptcha @recaptcha end |
#rsa_key ⇒ Object
Returns the value of attribute rsa_key.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def rsa_key @rsa_key end |
#sms_code ⇒ Object
Returns the value of attribute sms_code.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def sms_code @sms_code end |
#social ⇒ Object
Returns the value of attribute social.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def end |
#u2f ⇒ Object
Returns the value of attribute u2f.
3 4 5 |
# File 'lib/ravelin/authentication_mechanism.rb', line 3 def u2f @u2f end |