Class: Clacky::ExtensionLoader::Error
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ExtensionLoader::Error
- 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
-
#ext_id ⇒ Object
Returns the value of attribute ext_id.
-
#file ⇒ Object
Returns the value of attribute file.
-
#layer ⇒ Object
Returns the value of attribute layer.
-
#message ⇒ Object
Returns the value of attribute message.
-
#unit ⇒ Object
Returns the value of attribute unit.
Instance Attribute Details
#ext_id ⇒ Object
Returns the value of attribute ext_id
61 62 63 |
# File 'lib/clacky/extension/loader.rb', line 61 def ext_id @ext_id end |
#file ⇒ Object
Returns the value of attribute file
61 62 63 |
# File 'lib/clacky/extension/loader.rb', line 61 def file @file end |
#layer ⇒ Object
Returns the value of attribute layer
61 62 63 |
# File 'lib/clacky/extension/loader.rb', line 61 def layer @layer end |
#message ⇒ Object
Returns the value of attribute message
61 62 63 |
# File 'lib/clacky/extension/loader.rb', line 61 def @message end |
#unit ⇒ Object
Returns the value of attribute unit
61 62 63 |
# File 'lib/clacky/extension/loader.rb', line 61 def unit @unit end |