class VCR::HTTPInteraction::HookAware

def ignored?

Other tags:
    See: #ignore! -

Returns:
  • (Boolean) - whether or not this HTTP interaction should be ignored.
def ignored?
  !!@ignored
end