Class: AIA::Prompt::Fake
- Inherits:
-
Object
- Object
- AIA::Prompt::Fake
- Defined in:
- lib/aia/prompt.rb
Overview
used when no prompt_id is provided but there are extra parameters that need to be passed to the backend. For example “aia – –settings”
Instance Method Summary collapse
Instance Method Details
#directives ⇒ Object
22 |
# File 'lib/aia/prompt.rb', line 22 def directives = [] |
#id ⇒ Object
18 |
# File 'lib/aia/prompt.rb', line 18 def id = '_fake_' |
#keywords ⇒ Object
21 |
# File 'lib/aia/prompt.rb', line 21 def keywords = [] |
#path ⇒ Object
19 |
# File 'lib/aia/prompt.rb', line 19 def path = '_fake_' |
#text ⇒ Object
20 |
# File 'lib/aia/prompt.rb', line 20 def text = '' |
#to_s ⇒ Object
23 |
# File 'lib/aia/prompt.rb', line 23 def to_s = '' |