Class: Fog::HP::LB::Algorithms
- Inherits:
-
Collection
- Object
- Collection
- Fog::HP::LB::Algorithms
- Defined in:
- lib/fog/hp/models/lb/algorithms.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/hp/models/lb/algorithms.rb', line 10 def all data = service.list_algorithms.body['algorithms'] load(data) end |