Class: Insika::PromptCatalog::Prompt
- Inherits:
-
Data
- Object
- Data
- Insika::PromptCatalog::Prompt
- Defined in:
- lib/insika/prompt_catalog.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
11 12 13 |
# File 'lib/insika/prompt_catalog.rb', line 11 def body @body end |
#description ⇒ Object (readonly)
Returns the value of attribute description
11 12 13 |
# File 'lib/insika/prompt_catalog.rb', line 11 def description @description end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/insika/prompt_catalog.rb', line 11 def name @name end |
#path ⇒ Object (readonly)
Returns the value of attribute path
11 12 13 |
# File 'lib/insika/prompt_catalog.rb', line 11 def path @path end |