Class: AIA::Prompt::Fake

Inherits:
Object
  • Object
show all
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

#directivesObject



22
# File 'lib/aia/prompt.rb', line 22

def directives  = []

#idObject



18
# File 'lib/aia/prompt.rb', line 18

def id          = '_fake_'

#keywordsObject



21
# File 'lib/aia/prompt.rb', line 21

def keywords    = []

#pathObject



19
# File 'lib/aia/prompt.rb', line 19

def path        = '_fake_'

#textObject



20
# File 'lib/aia/prompt.rb', line 20

def text        = ''

#to_sObject



23
# File 'lib/aia/prompt.rb', line 23

def to_s        = ''