Parent

VCR::HTTPInteraction

Public Instance Methods

filter!(text, replacement_text) click to toggle source
# File lib/vcr/structs/http_interaction.rb, line 16
def filter!(text, replacement_text)
  return self if [text, replacement_text].any? { |t| t.to_s.empty? }
  filter_object!(self, text, replacement_text)
end
ignore!() click to toggle source
# File lib/vcr/structs/http_interaction.rb, line 8
def ignore!
  @ignored = true
end
ignored?() click to toggle source
# File lib/vcr/structs/http_interaction.rb, line 12
def ignored?
  @ignored
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.