Exception: WebDAV::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/WebDAV/Error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



6
7
8
# File 'lib/WebDAV/Error.rb', line 6

def body
  @body
end

#codeObject (readonly)

Returns the value of attribute code.



6
7
8
# File 'lib/WebDAV/Error.rb', line 6

def code
  @code
end

#messageObject (readonly)

Returns the value of attribute message.



6
7
8
# File 'lib/WebDAV/Error.rb', line 6

def message
  @message
end