Class: Envoi::Aspera::WatchService::WatchFolder::State
- Inherits:
-
Object
- Object
- Envoi::Aspera::WatchService::WatchFolder::State
- Defined in:
- lib/envoi/aspera/watch_service/watch_folder.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.
-
#subscription ⇒ Object
Returns the value of attribute subscription.
Instance Method Summary collapse
-
#initialize ⇒ State
constructor
A new instance of State.
Constructor Details
#initialize ⇒ State
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
#details ⇒ Object
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_map ⇒ Object
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 |
#subscription ⇒ Object
Returns the value of attribute subscription.
12 13 14 |
# File 'lib/envoi/aspera/watch_service/watch_folder.rb', line 12 def subscription @subscription end |