Class: Altcha::ServerSignatureVerificationData

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

Overview

Class for verifying server signatures, containing various data points.

Instance Attribute Summary collapse

Instance Attribute Details

#classificationObject

Returns the value of attribute classification.



107
108
109
# File 'lib/altcha.rb', line 107

def classification
  @classification
end

#countryObject

Returns the value of attribute country.



107
108
109
# File 'lib/altcha.rb', line 107

def country
  @country
end

#detected_languageObject

Returns the value of attribute detected_language.



107
108
109
# File 'lib/altcha.rb', line 107

def detected_language
  @detected_language
end

#emailObject

Returns the value of attribute email.



107
108
109
# File 'lib/altcha.rb', line 107

def email
  @email
end

#expireObject

Returns the value of attribute expire.



107
108
109
# File 'lib/altcha.rb', line 107

def expire
  @expire
end

#fieldsObject

Returns the value of attribute fields.



107
108
109
# File 'lib/altcha.rb', line 107

def fields
  @fields
end

#fields_hashObject

Returns the value of attribute fields_hash.



107
108
109
# File 'lib/altcha.rb', line 107

def fields_hash
  @fields_hash
end

#ip_addressObject

Returns the value of attribute ip_address.



107
108
109
# File 'lib/altcha.rb', line 107

def ip_address
  @ip_address
end

#reasonsObject

Returns the value of attribute reasons.



107
108
109
# File 'lib/altcha.rb', line 107

def reasons
  @reasons
end

#scoreObject

Returns the value of attribute score.



107
108
109
# File 'lib/altcha.rb', line 107

def score
  @score
end

#timeObject

Returns the value of attribute time.



107
108
109
# File 'lib/altcha.rb', line 107

def time
  @time
end

#verifiedObject

Returns the value of attribute verified.



107
108
109
# File 'lib/altcha.rb', line 107

def verified
  @verified
end