class Redex::Response::CancelResponse

Attributes

canceled_at[R]

Public Class Methods

new(httpi_response) click to toggle source
Calls superclass method Redex::Response::BaseResponse::new
# File lib/redex/response/cancel_response.rb, line 5
def initialize(httpi_response)
        super(httpi_response)
end