Class: Insika::PromptCatalog::Prompt

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/prompt_catalog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



11
12
13
# File 'lib/insika/prompt_catalog.rb', line 11

def body
  @body
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/insika/prompt_catalog.rb', line 11

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/insika/prompt_catalog.rb', line 11

def name
  @name
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/insika/prompt_catalog.rb', line 11

def path
  @path
end