Class: Envoi::WatchFolderUtility::WatchFolder::State

Inherits:
Object
  • Object
show all
Defined in:
lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeState

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

#detailsObject

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_mapObject

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