lib/sym/configuration.rb in sym-2.1.2 vs lib/sym/configuration.rb in sym-2.2.0
- old
+ new
@@ -31,9 +31,13 @@
def property(name)
self.config.send(name)
end
end
+ # See file +lib/sym.rb+ where these values are defined.
+
attr_accessor :data_cipher, :password_cipher, :private_key_cipher
attr_accessor :compression_enabled, :compression_level
+ attr_accessor :password_cache_default_provider, :password_cache_timeout
+ attr_accessor :password_cache_arguments
end
end