Class: AIA::PromptHandler::RoleContent

Inherits:
Struct
  • Object
show all
Defined in:
lib/aia/prompt_handler.rb

Overview

Struct for path-based role content (bypasses PM parsing)

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



12
13
14
# File 'lib/aia/prompt_handler.rb', line 12

def content
  @content
end

Instance Method Details

#metadataObject



14
# File 'lib/aia/prompt_handler.rb', line 14

def ; nil; end

#to_sObject



13
# File 'lib/aia/prompt_handler.rb', line 13

def to_s; content; end