lib/stew/store/app.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class App has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

    class App
      def initialize(response, id)
        @document = Nokogiri::HTML(response)
        @id = id
      end
Severity: Minor
Found in lib/stew/store/app.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status