henderea/everyday-menu

View on GitHub
lib/everyday-menu/menu_item.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class MenuItem has 29 methods (exceeds 20 allowed). Consider refactoring.
Open

  class MenuItem
    include MyAccessors

    def self.create(label, title, options = {})
      new.tap { |item| setup_obj(item, label, title, options) }
Severity: Minor
Found in lib/everyday-menu/menu_item.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status