Class: Fog::Compute::Google::HttpHealthChecks
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::Google::HttpHealthChecks
- Defined in:
- lib/fog/google/models/compute/http_health_checks.rb
Instance Method Summary collapse
Instance Method Details
#all(filters = {}) ⇒ Object
10 11 12 13 |
# File 'lib/fog/google/models/compute/http_health_checks.rb', line 10 def all(filters={}) data = service.list_http_health_checks.body['items'] || [] load(data) end |