Method: VCR::HTTPInteraction::HookAware#initialize

Defined in:
lib/vcr/structs.rb

#initialize(http_interaction) ⇒ HookAware



523
524
525
526
# File 'lib/vcr/structs.rb', line 523

def initialize(http_interaction)
  @ignored = false
  super
end