class OSvCRuby::Configuration

Attributes

demo_site[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

interface[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

no_ssl_verify[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

password[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

suppress_rules[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

username[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

version[RW]

A holder class that holds the configuration information for the OSvCRuby::Client block

Public Class Methods

new() click to toggle source
# File lib/osvc_ruby/configuration.rb, line 8
def initialize
   @no_ssl_verify = false
   @version = 'v1.3'
   @suppress_rules = false
   @demo_site = false
end