Class: Envoi::Aspera::WatchService::WatchFolder::State

Inherits:
Object
  • Object
show all
Defined in:
lib/envoi/aspera/watch_service/watch_folder.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeState

Returns a new instance of State.



17
18
19
20
# File 'lib/envoi/aspera/watch_service/watch_folder.rb', line 17

def initialize
  @known_path_map = {}
  @details        = {}
end

Instance Attribute Details

#detailsObject

Returns the value of attribute details.



14
15
16
# File 'lib/envoi/aspera/watch_service/watch_folder.rb', line 14

def details
  @details
end

#known_path_mapObject

Returns the value of attribute known_path_map.



13
14
15
# File 'lib/envoi/aspera/watch_service/watch_folder.rb', line 13

def known_path_map
  @known_path_map
end

#subscriptionObject

Returns the value of attribute subscription.



12
13
14
# File 'lib/envoi/aspera/watch_service/watch_folder.rb', line 12

def subscription
  @subscription
end