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



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

def ext_id
  @ext_id
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#layerObject

Returns the value of attribute layer

Returns:

  • (Object)

    the current value of layer



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

def layer
  @layer
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



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

def message
  @message
end

#unitObject

Returns the value of attribute unit

Returns:

  • (Object)

    the current value of unit



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

def unit
  @unit
end