Class: Calendav::RedirectError

Inherits:
RequestError show all
Defined in:
lib/calendav/errors.rb

Instance Attribute Summary

Attributes inherited from RequestError

#response

Instance Method Summary collapse

Methods inherited from RequestError

#initialize

Constructor Details

This class inherits a constructor from Calendav::RequestError

Instance Method Details

#locationObject



28
29
30
# File 'lib/calendav/errors.rb', line 28

def location
  response.headers["Location"]
end