lib/fog/compute/requests/brightbox/get_api_client.rb in fog-0.8.2 vs lib/fog/compute/requests/brightbox/get_api_client.rb in fog-0.9.0
- old
+ new
@@ -1,7 +1,7 @@
module Fog
- module Brightbox
- class Compute
+ module Compute
+ class Brightbox
class Real
def get_api_client(identifier, options = {})
return nil if identifier.nil? || identifier == ""
request(
\ No newline at end of file