class BpmManager::Configuration

Defines the Configuration for the gem

Attributes

bpm_password[RW]
bpm_url[RW]
bpm_url_suffix[RW]
bpm_use_ssl[RW]
bpm_username[RW]

Public Class Methods

new() click to toggle source
# File lib/bpm_manager.rb, line 15
def initialize
  @bpm_url = ""
  @bpm_url_suffix = ""
  @bpm_username = ""
  @bpm_password = ""
  @bpm_use_ssl = false
end