The Mock Service allows you to run a fake instance of the Service which makes no real connections.
@todo Implement
# File lib/fog/brightbox/compute.rb, line 161 def request(method, path, expected_responses, parameters = {}) _request end
# File lib/fog/brightbox/compute.rb, line 165 def request_access_token(connection, credentials) _request end
# File lib/fog/brightbox/compute.rb, line 171 def _request raise Fog::Errors::MockNotImplemented end
# File lib/fog/brightbox/compute.rb, line 175 def select_default_image "img-mockd" end