Class: Aias::PromptScanner::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/aias/prompt_scanner.rb

Overview

Immutable value object representing one discovered scheduled prompt.

Instance Attribute Summary collapse

Instance Attribute Details

#file_pathObject (readonly)

Returns the value of attribute file_path

Returns:

  • the current value of file_path



8
9
10
# File 'lib/aias/prompt_scanner.rb', line 8

def file_path
  @file_path
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • the current value of metadata



8
9
10
# File 'lib/aias/prompt_scanner.rb', line 8

def 
  @metadata
end

#prompt_idObject (readonly)

Returns the value of attribute prompt_id

Returns:

  • the current value of prompt_id



8
9
10
# File 'lib/aias/prompt_scanner.rb', line 8

def prompt_id
  @prompt_id
end

#scheduleObject (readonly)

Returns the value of attribute schedule

Returns:

  • the current value of schedule



8
9
10
# File 'lib/aias/prompt_scanner.rb', line 8

def schedule
  @schedule
end