Class: Fog::Rackspace::CDNV2::Services
- Inherits:
-
Collection
- Object
- Collection
- Fog::Rackspace::CDNV2::Services
- Defined in:
- lib/fog/rackspace/models/cdn_v2/services.rb
Instance Method Summary collapse
Instance Method Details
#all(options = {}) ⇒ Object
10 11 12 13 |
# File 'lib/fog/rackspace/models/cdn_v2/services.rb', line 10 def all(={}) data = service.list_services().body['services'] load(data) end |