Methods

Class/Module Index [+]

Quicksearch

Fog::DNS::Rackspace::CallbackError

Attributes

details[R]
message[R]
response[R]

Public Class Methods

new(response) click to toggle source
# 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.