module Parser class PromptRequest getter prompt def initialize(@prompt = prompt) end end end