Class: Apill::Matchers::InvalidApiRequestMatcher

Inherits:
AcceptHeaderMatcher show all
Defined in:
lib/apill/matchers/invalid_api_request_matcher.rb

Instance Attribute Summary

Attributes included from GenericMatcher

#accept_header, #application

Instance Method Summary collapse

Methods included from GenericMatcher

#initialize

Instance Method Details

#matches?(request) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/apill/matchers/invalid_api_request_matcher.rb', line 6

def matches?(request)
  !super
end