class Envoi::Aspera::WatchService::WatchFolder::State

Attributes

details[RW]
known_path_map[RW]
subscription[RW]

Public Class Methods

new() click to toggle source
# File lib/envoi/aspera/watch_service/watch_folder.rb, line 17
def initialize
  @known_path_map = {}
  @details        = {}
end