Class: HTTParty::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/cyby/response.rb

Instance Method Summary collapse

Instance Method Details

#bodyObject



3
4
5
# File 'lib/cyby/response.rb', line 3

def body
  @body.force_encoding("UTF-8")
end