Class: Almodovar::HttpResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/almodovar/http_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



118
119
120
# File 'lib/almodovar/http_client.rb', line 118

def body
  @body
end

#statusObject

Returns the value of attribute status.



118
119
120
# File 'lib/almodovar/http_client.rb', line 118

def status
  @status
end