Sha256: 522078caaae83ce9e0d820cf068a54c988d055a1aeac8fbaaae7ce4a60943568

Contents?: true

Size: 734 Bytes

Versions: 8

Compression:

Stored size: 734 Bytes

Contents

module Profitbricks
  class Config
    class << self
      # Your Profitbricks username (required)
      attr_accessor :username 
      # Your Profitbricks password (required)
      attr_accessor :password
      # Disable namespacing the classes, set to false to avoid name conflicts, default: true
      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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
profitbricks-1.1.1 lib/profitbricks/config.rb
profitbricks-1.1.0 lib/profitbricks/config.rb
profitbricks-1.0.3 lib/profitbricks/config.rb
profitbricks-1.0.1 lib/profitbricks/config.rb
profitbricks-1.0.0 lib/profitbricks/config.rb
profitbricks-0.9.9 lib/profitbricks/config.rb
profitbricks-0.9.8 lib/profitbricks/config.rb
profitbricks-0.9.7 lib/profitbricks/config.rb