class Envoi::WatchFolderUtility::WatchFolder::State

Attributes

details[RW]
known_path_map[RW]

Public Class Methods

new() click to toggle source
# File lib/cantemo/portal/agent/cli/commands/watch_folders-working.rb, line 73
def initialize
  @known_path_map = {}
  @details        = {}
end