Method: R509::Validity::Writer#is_available?
- Defined in:
- lib/r509/validity.rb
#is_available? ⇒ Boolean
is_available? is meant to be implemented to check if the backend store you choose to implement is currently working. see r509-ocsp-responder and r509-validity-redis for an example of use
58 59 60 61 |
# File 'lib/r509/validity.rb', line 58 def is_available? fail NotImplementedError, "You must call #is_available? on a subclass of Writer" end |