Class: MilkTea::ModuleLoader::ImportResolutionError

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/module_loader/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



19
20
21
# File 'lib/milk_tea/core/module_loader/errors.rb', line 19

def error
  @error
end

#importObject (readonly)

Returns the value of attribute import

Returns:

  • (Object)

    the current value of import



19
20
21
# File 'lib/milk_tea/core/module_loader/errors.rb', line 19

def import
  @import
end