| Class | VCR::HTTPInteraction |
| In: |
lib/vcr/structs.rb
|
| Parent: | Struct.new(:request, :response, :recorded_at) |
Constructs a new instance from a hash.
@param [Hash] hash the hash to use to construct the instance. @return [HTTPInteraction] the HTTP interaction
@return [HookAware] an instance with additional capabilities
suitable for use in `before_record` and `before_playback` hooks.