module VCR::Cassette::HTTPInteractionList::NullList
@private
Public Instance Methods
has_interaction_matching?(*a)
click to toggle source
# File lib/vcr/cassette/http_interaction_list.rb, line 11 def has_interaction_matching?(*a); false; end
has_used_interaction_matching?(*a)
click to toggle source
# File lib/vcr/cassette/http_interaction_list.rb, line 12 def has_used_interaction_matching?(*a); false; end
remaining_unused_interaction_count(*a)
click to toggle source
# File lib/vcr/cassette/http_interaction_list.rb, line 13 def remaining_unused_interaction_count(*a); 0; end
response_for(*a)
click to toggle source
# File lib/vcr/cassette/http_interaction_list.rb, line 10 def response_for(*a); nil; end