Exception: CodeModels::NoLanguageRegistered
- Inherits:
-
Exception
- Object
- Exception
- CodeModels::NoLanguageRegistered
- Defined in:
- lib/codemodels/language.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path) ⇒ NoLanguageRegistered
constructor
A new instance of NoLanguageRegistered.
Constructor Details
#initialize(path) ⇒ NoLanguageRegistered
Returns a new instance of NoLanguageRegistered.
36 37 38 |
# File 'lib/codemodels/language.rb', line 36 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
34 35 36 |
# File 'lib/codemodels/language.rb', line 34 def path @path end |