class Flexirest::PlainResponse
Attributes
Public Class Methods
Source
# File lib/flexirest/plain_response.rb, line 6 def self.from_response(response) plain = self.new(response.body) plain._status = response.status plain._headers = response.response_headers plain end