lib/profitbricks/config.rb in profitbricks-0.9.6 vs lib/profitbricks/config.rb in profitbricks-0.9.7
- old
+ new
@@ -9,8 +9,10 @@
attr_accessor :global_classes
# Development only, saves SOAP responses on disk, default: false
attr_accessor :save_responses
# Set to true to enable Savons request/response logging, default: false
attr_accessor :log
+ # Set the polling interval in seconds for the Server#wait_for_running and DataCenter#wait_for_provisioning methods, default: 1
+ attr_accessor :polling_interval
end
end
-end
\ No newline at end of file
+end