Class: Aias::PromptScanner::Result
- Inherits:
-
Data
- Object
- Data
- Aias::PromptScanner::Result
- Defined in:
- lib/aias/prompt_scanner.rb
Overview
Immutable value object representing one discovered scheduled prompt.
Instance Attribute Summary collapse
-
#file_path ⇒ Object
readonly
Returns the value of attribute file_path.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#prompt_id ⇒ Object
readonly
Returns the value of attribute prompt_id.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
Instance Attribute Details
#file_path ⇒ Object (readonly)
Returns the value of attribute file_path
8 9 10 |
# File 'lib/aias/prompt_scanner.rb', line 8 def file_path @file_path end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
8 9 10 |
# File 'lib/aias/prompt_scanner.rb', line 8 def @metadata end |
#prompt_id ⇒ Object (readonly)
Returns the value of attribute prompt_id
8 9 10 |
# File 'lib/aias/prompt_scanner.rb', line 8 def prompt_id @prompt_id end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
8 9 10 |
# File 'lib/aias/prompt_scanner.rb', line 8 def schedule @schedule end |