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
12 13 14 |
# File 'lib/aia/prompt_handler.rb', line 12 def content @content end |
Instance Method Details
#metadata ⇒ Object
14 |
# File 'lib/aia/prompt_handler.rb', line 14 def ; nil; end |
#to_s ⇒ Object
13 |
# File 'lib/aia/prompt_handler.rb', line 13 def to_s; content; end |