Class: DeathByCaptcha::ServerStatus

Inherits:
Model
  • Object
show all
Defined in:
lib/deathbycaptcha/models/server_status.rb

Overview

Model of a server status returned by DeathByCaptcha API.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from DeathByCaptcha::Model

Instance Attribute Details

#is_service_overloadedObject

Returns the value of attribute is_service_overloaded.



6
7
8
# File 'lib/deathbycaptcha/models/server_status.rb', line 6

def is_service_overloaded
  @is_service_overloaded
end

#solved_inObject

Returns the value of attribute solved_in.



6
7
8
# File 'lib/deathbycaptcha/models/server_status.rb', line 6

def solved_in
  @solved_in
end

#todays_accuracyObject

Returns the value of attribute todays_accuracy.



6
7
8
# File 'lib/deathbycaptcha/models/server_status.rb', line 6

def todays_accuracy
  @todays_accuracy
end