Class: Redex::Response::CancelResponse

Inherits:
BaseResponse show all
Defined in:
lib/redex/response/cancel_response.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#code, #message, #raw, #sequential_id, #transaction_id

Instance Method Summary collapse

Methods inherited from BaseResponse

#clear, #datetime_sanitize

Constructor Details

#initialize(httpi_response) ⇒ CancelResponse

Returns a new instance of CancelResponse.



5
6
7
# File 'lib/redex/response/cancel_response.rb', line 5

def initialize(httpi_response)
	super(httpi_response)
end

Instance Attribute Details

#canceled_atObject (readonly)

Returns the value of attribute canceled_at.



4
5
6
# File 'lib/redex/response/cancel_response.rb', line 4

def canceled_at
  @canceled_at
end