Class: AIA::PromptHandler::RoleContent
- Inherits:
-
Struct
- Object
- Struct
- AIA::PromptHandler::RoleContent
- Defined in:
- lib/aia/prompt_handler.rb
Overview
Struct for path-based role content (bypasses PM parsing)
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
Instance Method Summary collapse
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
11 12 13 |
# File 'lib/aia/prompt_handler.rb', line 11 def content @content end |
Instance Method Details
#metadata ⇒ Object
13 |
# File 'lib/aia/prompt_handler.rb', line 13 def = nil |
#to_s ⇒ Object
12 |
# File 'lib/aia/prompt_handler.rb', line 12 def to_s = content |