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



61
62
63
# File 'lib/clacky/extension/loader.rb', line 61

def ext_id
  @ext_id
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



61
62
63
# File 'lib/clacky/extension/loader.rb', line 61

def file
  @file
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



61
62
63
# File 'lib/clacky/extension/loader.rb', line 61

def layer
  @layer
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



61
62
63
# File 'lib/clacky/extension/loader.rb', line 61

def message
  @message
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



61
62
63
# File 'lib/clacky/extension/loader.rb', line 61

def unit
  @unit
end