mwunsch/gilt

View on GitHub
lib/gilt/product.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class Product has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Product

    def self.defer(future)
      require 'weary/deferred'
      Weary::Deferred.new future, self, lambda {|product, response| product.new(response.parse) }
Severity: Minor
Found in lib/gilt/product.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status