Class: Envoi::WatchFolderUtility::WatchFolder::State
- Inherits:
-
Object
- Object
- Envoi::WatchFolderUtility::WatchFolder::State
- Defined in:
- lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#known_path_map ⇒ Object
Returns the value of attribute known_path_map.
Instance Method Summary collapse
-
#initialize ⇒ State
constructor
A new instance of State.
Constructor Details
#initialize ⇒ State
Returns a new instance of State.
73 74 75 76 |
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb', line 73 def initialize @known_path_map = {} @details = {} end |
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details.
71 72 73 |
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb', line 71 def details @details end |
#known_path_map ⇒ Object
Returns the value of attribute known_path_map.
70 71 72 |
# File 'lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb', line 70 def known_path_map @known_path_map end |