class Krakow::FrameType::Response

Response from server

Public Instance Methods

content() click to toggle source

@return [String] content of response

# File lib/krakow/frame_type/response.rb, line 20
def content
  response
end