class ProfitBricks::Config

Attributes

debug[RW]

Enable or disable Excon debugging, default: false

depth[RW]

Request depth, default: 1

global_classes[RW]

Disable namespacing the classes, set to false to avoid name conflicts, default: true

headers[RW]

Custom HTTP request headers

host[RW]

ProfitBricks URL host

interval[RW]

Polling interval value for wait_for() method, default: 3 seconds

password[RW]

ProfitBricks password (required)

path_prefix[RW]

ProfitBricks URL path prefix, default: /rest/

port[RW]

ProfitBricks URL port, default: 443

protocol[RW]

ProfitBricks URL protocol, default: https

timeout[RW]

Timeout value for wait_for() method, default: 60 seconds

url[RW]
username[RW]

ProfitBricks username (required)