NAME

Net::SSLLabs::Info - Info object

METHODS

new

a new Net::SSLLabs::Info object, accepts a JSON object as it's parameter.

version

SSL Labs software version as a string (e.g., "1.11.14")

criteriaVersion

rating criteria version as a string (e.g., "2009f")

maxAssessments

the maximum number of concurrent assessments the client is allowed to initiate.

currentAssessments

the number of ongoing assessments submitted by this client.

newAssessmentCoolOff

the cool-off period after each new assessment; you're not allowed to submit a new assessment before the cool-off expires, otherwise you'll get a 429.

messages

a list of messages (strings). Messages can be public (sent to everyone) and private (sent only to the invoking client). Private messages are prefixed with "[Private]".