Fog::Errors::Error
# File lib/fog/rackspace/dns.rb, line 11 def initialize(response) @response = response @message = response.body['error']['message'] @details = response.body['error']['details'] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.