Exception: CalDAV::Error
- Inherits:
-
StandardError
- Object
- StandardError
- CalDAV::Error
- Defined in:
- lib/caldav.rb
Instance Attribute Summary (collapse)
-
- (Object) response
readonly
Returns the value of attribute response.
Instance Method Summary (collapse)
-
- (Error) initialize(message, response)
constructor
A new instance of Error.
Constructor Details
- (Error) initialize(message, response)
A new instance of Error
19 20 21 22 |
# File 'lib/caldav.rb', line 19 def initialize(, response) super() @response = response end |
Instance Attribute Details
- (Object) response (readonly)
Returns the value of attribute response
17 18 19 |
# File 'lib/caldav.rb', line 17 def response @response end |