Fog::Collection
# File lib/fog/brightbox/models/compute/api_clients.rb, line 10 def all data = service.list_api_clients load(data) end
# File lib/fog/brightbox/models/compute/api_clients.rb, line 15 def get(identifier = nil) data = service.get_api_client(identifier) new(data) rescue Excon::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.