Class: Virtuozzo::SOAP::Types::Envm::Set

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/envmset

eid - (any)
config - Virtuozzo::SOAP::Types::Envm::Env_configType
force - Virtuozzo::SOAP::Types::Envm::Set::Force
default - Virtuozzo::SOAP::Types::Envm::Set::Default
apply_config - Virtuozzo::SOAP::Types::Envm::Set::Apply_config
set_mode - SOAP::SOAPString

Defined Under Namespace

Classes: Apply_config, Default, Force

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, config = nil, force = nil, default = nil, apply_config = nil, set_mode = nil) ⇒ Set

Returns a new instance of Set.



3505
3506
3507
3508
3509
3510
3511
3512
# File 'lib/virtuozzo/soap/types/envm.rb', line 3505

def initialize(eid = nil, config = nil, force = nil, default = nil, apply_config = nil, set_mode = nil)
  @eid = eid
  @config = config
  @force = force
  @default = default
  @apply_config = apply_config
  @set_mode = set_mode
end

Instance Attribute Details

#apply_configObject

Returns the value of attribute apply_config.



3502
3503
3504
# File 'lib/virtuozzo/soap/types/envm.rb', line 3502

def apply_config
  @apply_config
end

#configObject

Returns the value of attribute config.



3499
3500
3501
# File 'lib/virtuozzo/soap/types/envm.rb', line 3499

def config
  @config
end

#defaultObject

Returns the value of attribute default.



3501
3502
3503
# File 'lib/virtuozzo/soap/types/envm.rb', line 3501

def default
  @default
end

#eidObject

Returns the value of attribute eid.



3498
3499
3500
# File 'lib/virtuozzo/soap/types/envm.rb', line 3498

def eid
  @eid
end

#forceObject

Returns the value of attribute force.



3500
3501
3502
# File 'lib/virtuozzo/soap/types/envm.rb', line 3500

def force
  @force
end

#set_modeObject

Returns the value of attribute set_mode.



3503
3504
3505
# File 'lib/virtuozzo/soap/types/envm.rb', line 3503

def set_mode
  @set_mode
end