Class: ProxyStatus::OpenscapSpool
- Inherits:
-
Base
- Object
- Base
- ProxyStatus::OpenscapSpool
- Defined in:
- app/services/proxy_status/openscap_spool.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.humanized_name ⇒ Object
9 10 11 |
# File 'app/services/proxy_status/openscap_spool.rb', line 9 def self.humanized_name 'Openscap' end |
Instance Method Details
#spool_status ⇒ Object
3 4 5 6 7 |
# File 'app/services/proxy_status/openscap_spool.rb', line 3 def spool_status fetch_proxy_data do api.spool_status end end |