Class: Jade::Frontend::SemanticAnalysis::Error::ConstructorNotFound::Hint
- Inherits:
-
Data
- Object
- Data
- Jade::Frontend::SemanticAnalysis::Error::ConstructorNotFound::Hint
- Defined in:
- lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb
Overview
fix is where the (..) is missing: :expose when the module
that owns the type keeps its constructors to itself, :import
when it exposes them and this module's import didn't ask for them.
Instance Attribute Summary collapse
-
#fix ⇒ Object
readonly
Returns the value of attribute fix.
-
#module_name ⇒ Object
readonly
Returns the value of attribute module_name.
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Attribute Details
#fix ⇒ Object (readonly)
Returns the value of attribute fix
9 10 11 |
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9 def fix @fix end |
#module_name ⇒ Object (readonly)
Returns the value of attribute module_name
9 10 11 |
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9 def module_name @module_name end |
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
9 10 11 |
# File 'lib/jade/frontend/semantic_analysis/error/constructor_not_found.rb', line 9 def type_name @type_name end |