class VCR::Request::Typed

def real?

Other tags:
    Note: - VCR allows `:ignored` and `:recordable` requests to be made for real.

Returns:
  • (Boolean) - whether or not this request will be made for real.
def real?
  ignored? || recordable?
end