class EC2::Common::HTTP::Response

Attributes

body[R]

Public Class Methods

new(code, type, body=nil) click to toggle source
Calls superclass method EC2::Common::Curl::Response::new
# File lib/ec2/common/http.rb, line 36
def initialize(code, type, body=nil)
  super code, type
  @body = body
end