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
21 22 23 |
# File 'lib/milk_tea/core/module_loader/errors.rb', line 21 def error @error end |
#import ⇒ Object (readonly)
Returns the value of attribute import
21 22 23 |
# File 'lib/milk_tea/core/module_loader/errors.rb', line 21 def import @import end |