Class: Clacky::ExtensionLoader::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/extension/loader.rb

Overview

One resolution error, structured so an AI author can locate and fix it.

Instance Attribute Summary collapse

Instance Attribute Details

#ext_idObject

Returns the value of attribute ext_id

Returns:

  • (Object)

    the current value of ext_id



66
67
68
# File 'lib/clacky/extension/loader.rb', line 66

def ext_id
  @ext_id
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



66
67
68
# File 'lib/clacky/extension/loader.rb', line 66

def file
  @file
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



66
67
68
# File 'lib/clacky/extension/loader.rb', line 66

def layer
  @layer
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



66
67
68
# File 'lib/clacky/extension/loader.rb', line 66

def message
  @message
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



66
67
68
# File 'lib/clacky/extension/loader.rb', line 66

def unit
  @unit
end