Method: ChefDK::ServiceExceptionInspectors::HTTP#initialize
- Defined in:
- lib/chef-dk/service_exception_inspectors/http.rb
#initialize(exception) ⇒ HTTP
Returns a new instance of HTTP.
26 27 28 |
# File 'lib/chef-dk/service_exception_inspectors/http.rb', line 26 def initialize(exception) @exception = exception end |