Class: PromptObjects::Domain::PromptObjectDefinition
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::PromptObjectDefinition
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#capability_policy_version ⇒ Object
readonly
Returns the value of attribute capability_policy_version.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#model ⇒ Object
readonly
Returns the value of attribute model.
-
#po_name ⇒ Object
readonly
Returns the value of attribute po_name.
-
#prompt ⇒ Object
readonly
Returns the value of attribute prompt.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#capability_policy_version ⇒ Object (readonly)
Returns the value of attribute capability_policy_version
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def capability_policy_version @capability_policy_version end |
#config ⇒ Object (readonly)
Returns the value of attribute config
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def config @config end |
#model ⇒ Object (readonly)
Returns the value of attribute model
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def model @model end |
#po_name ⇒ Object (readonly)
Returns the value of attribute po_name
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def po_name @po_name end |
#prompt ⇒ Object (readonly)
Returns the value of attribute prompt
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def prompt @prompt end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def provider @provider end |
#version ⇒ Object (readonly)
Returns the value of attribute version
40 41 42 |
# File 'lib/prompt_objects/domain/records.rb', line 40 def version @version end |