Class: Altcha::ServerSignatureVerificationData
- Inherits:
-
Object
- Object
- Altcha::ServerSignatureVerificationData
- Defined in:
- lib/altcha.rb
Overview
Class for verifying server signatures, containing various data points.
Instance Attribute Summary collapse
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#country ⇒ Object
Returns the value of attribute country.
-
#detected_language ⇒ Object
Returns the value of attribute detected_language.
-
#email ⇒ Object
Returns the value of attribute email.
-
#expire ⇒ Object
Returns the value of attribute expire.
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#fields_hash ⇒ Object
Returns the value of attribute fields_hash.
-
#ip_address ⇒ Object
Returns the value of attribute ip_address.
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#score ⇒ Object
Returns the value of attribute score.
-
#time ⇒ Object
Returns the value of attribute time.
-
#verified ⇒ Object
Returns the value of attribute verified.
Instance Attribute Details
#classification ⇒ Object
Returns the value of attribute classification.
107 108 109 |
# File 'lib/altcha.rb', line 107 def classification @classification end |
#country ⇒ Object
Returns the value of attribute country.
107 108 109 |
# File 'lib/altcha.rb', line 107 def country @country end |
#detected_language ⇒ Object
Returns the value of attribute detected_language.
107 108 109 |
# File 'lib/altcha.rb', line 107 def detected_language @detected_language end |
#email ⇒ Object
Returns the value of attribute email.
107 108 109 |
# File 'lib/altcha.rb', line 107 def email @email end |
#expire ⇒ Object
Returns the value of attribute expire.
107 108 109 |
# File 'lib/altcha.rb', line 107 def expire @expire end |
#fields ⇒ Object
Returns the value of attribute fields.
107 108 109 |
# File 'lib/altcha.rb', line 107 def fields @fields end |
#fields_hash ⇒ Object
Returns the value of attribute fields_hash.
107 108 109 |
# File 'lib/altcha.rb', line 107 def fields_hash @fields_hash end |
#ip_address ⇒ Object
Returns the value of attribute ip_address.
107 108 109 |
# File 'lib/altcha.rb', line 107 def ip_address @ip_address end |
#reasons ⇒ Object
Returns the value of attribute reasons.
107 108 109 |
# File 'lib/altcha.rb', line 107 def reasons @reasons end |
#score ⇒ Object
Returns the value of attribute score.
107 108 109 |
# File 'lib/altcha.rb', line 107 def score @score end |
#time ⇒ Object
Returns the value of attribute time.
107 108 109 |
# File 'lib/altcha.rb', line 107 def time @time end |
#verified ⇒ Object
Returns the value of attribute verified.
107 108 109 |
# File 'lib/altcha.rb', line 107 def verified @verified end |