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
66 67 68 |
# File 'lib/clacky/extension/loader.rb', line 66 def ext_id @ext_id end |
#file ⇒ Object
Returns the value of attribute file
66 67 68 |
# File 'lib/clacky/extension/loader.rb', line 66 def file @file end |
#layer ⇒ Object
Returns the value of attribute layer
66 67 68 |
# File 'lib/clacky/extension/loader.rb', line 66 def layer @layer end |
#message ⇒ Object
Returns the value of attribute message
66 67 68 |
# File 'lib/clacky/extension/loader.rb', line 66 def @message end |
#unit ⇒ Object
Returns the value of attribute unit
66 67 68 |
# File 'lib/clacky/extension/loader.rb', line 66 def unit @unit end |