Showing 1 of 1 total issue

Class Node has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Node
      attr_accessor :name, :config, :parent, :children, :data, :block, :all_nodes, :dummy

      def initialize(name=nil, options={})
        self.name   = name
Severity: Minor
Found in lib/qor_dsl/node.rb - About 3 hrs to fix
    Severity
    Category
    Status
    Source
    Language