Class: Dreamcatch::DAVResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/dreamcatch/dav_response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



6
7
8
# File 'lib/dreamcatch/dav_response.rb', line 6

def body
  @body
end

#headObject

Returns the value of attribute head.



5
6
7
# File 'lib/dreamcatch/dav_response.rb', line 5

def head
  @head
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/dreamcatch/dav_response.rb', line 3

def status
  @status
end

#status_codeObject

Returns the value of attribute status_code.



4
5
6
# File 'lib/dreamcatch/dav_response.rb', line 4

def status_code
  @status_code
end