Class: Virtuozzo::SOAP::Types::Up2date::ConfigurationType::Connection::Proxy::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/up2date.rb

Overview

inner class for member: type http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datetype

explorer - (any)
custom - (any)
no_proxy - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(explorer = nil, custom = nil, no_proxy = nil) ⇒ Type

Returns a new instance of Type.



40
41
42
43
44
# File 'lib/virtuozzo/soap/types/up2date.rb', line 40

def initialize(explorer = nil, custom = nil, no_proxy = nil)
  @explorer = explorer
  @custom = custom
  @no_proxy = no_proxy
end

Instance Attribute Details

#customObject

Returns the value of attribute custom.



37
38
39
# File 'lib/virtuozzo/soap/types/up2date.rb', line 37

def custom
  @custom
end

#explorerObject

Returns the value of attribute explorer.



36
37
38
# File 'lib/virtuozzo/soap/types/up2date.rb', line 36

def explorer
  @explorer
end

#no_proxyObject

Returns the value of attribute no_proxy.



38
39
40
# File 'lib/virtuozzo/soap/types/up2date.rb', line 38

def no_proxy
  @no_proxy
end