Class: Pansophy::ConfigSynchronizer
- Inherits:
-
Object
- Object
- Pansophy::ConfigSynchronizer
- Defined in:
- lib/pansophy/config_synchronizer.rb
Instance Attribute Summary collapse
-
#config_bucket_name ⇒ Object
writeonly
Sets the attribute config_bucket_name.
-
#config_local_folder ⇒ Object
writeonly
Sets the attribute config_local_folder.
-
#config_remote_folder ⇒ Object
writeonly
Sets the attribute config_remote_folder.
-
#version ⇒ Object
writeonly
Sets the attribute version.
Instance Method Summary collapse
Instance Attribute Details
#config_bucket_name=(value) ⇒ Object
Sets the attribute config_bucket_name
6 7 8 |
# File 'lib/pansophy/config_synchronizer.rb', line 6 def config_bucket_name=(value) @config_bucket_name = value end |
#config_local_folder=(value) ⇒ Object
Sets the attribute config_local_folder
6 7 8 |
# File 'lib/pansophy/config_synchronizer.rb', line 6 def config_local_folder=(value) @config_local_folder = value end |
#config_remote_folder=(value) ⇒ Object
Sets the attribute config_remote_folder
6 7 8 |
# File 'lib/pansophy/config_synchronizer.rb', line 6 def config_remote_folder=(value) @config_remote_folder = value end |
#version=(value) ⇒ Object
Sets the attribute version
6 7 8 |
# File 'lib/pansophy/config_synchronizer.rb', line 6 def version=(value) @version = value end |