karlentwistle/ruby_home

View on GitHub
lib/ruby_home/hap/hap_response.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RubyHome
  module HAP
    class HAPResponse < WEBrick::HTTPResponse
    end
  end
end