Class: MilkTea::ModuleLoader::ImportResolutionError
- Inherits:
-
Data
- Object
- Data
- MilkTea::ModuleLoader::ImportResolutionError
- Defined in:
- lib/milk_tea/core/module_loader/errors.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#import ⇒ Object
readonly
Returns the value of attribute import.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
19 20 21 |
# File 'lib/milk_tea/core/module_loader/errors.rb', line 19 def error @error end |
#import ⇒ Object (readonly)
Returns the value of attribute import
19 20 21 |
# File 'lib/milk_tea/core/module_loader/errors.rb', line 19 def import @import end |