Class: Inch::Language::Ruby::Evaluation::NamespaceObject

Inherits:
Base show all
Defined in:
lib/inch/language/ruby/evaluation/namespace_object.rb

Overview

a namespace object can have methods and other namespace objects inside itself (e.g. classes and modules)

Direct Known Subclasses

ClassObject, ModuleObject

Constant Summary

Constants inherited from Evaluation::Proxy

Evaluation::Proxy::MAX_SCORE, Evaluation::Proxy::MIN_SCORE

Instance Attribute Summary

Attributes inherited from Evaluation::Proxy

#object, #roles

Method Summary

Methods inherited from Evaluation::Proxy

#evaluate, for, #initialize, #max_score, #min_score, #priority, #score

Constructor Details

This class inherits a constructor from Inch::Evaluation::Proxy