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

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

Overview

inner class for member: apply_config http://www.swsoft.com/webservices/vzl/4.0.0/envmapply_config

sample_conf - (any)
parameter - SOAP::SOAPString
category - SOAP::SOAPString
config_customized - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sample_conf = nil, parameter = [], category = [], config_customized = nil) ⇒ Apply_config

Returns a new instance of Apply_config.



3490
3491
3492
3493
3494
3495
# File 'lib/virtuozzo/soap/types/envm.rb', line 3490

def initialize(sample_conf = nil, parameter = [], category = [], config_customized = nil)
  @sample_conf = sample_conf
  @parameter = parameter
  @category = category
  @config_customized = config_customized
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



3487
3488
3489
# File 'lib/virtuozzo/soap/types/envm.rb', line 3487

def category
  @category
end

#config_customizedObject

Returns the value of attribute config_customized.



3488
3489
3490
# File 'lib/virtuozzo/soap/types/envm.rb', line 3488

def config_customized
  @config_customized
end

#parameterObject

Returns the value of attribute parameter.



3486
3487
3488
# File 'lib/virtuozzo/soap/types/envm.rb', line 3486

def parameter
  @parameter
end

#sample_confObject

Returns the value of attribute sample_conf.



3485
3486
3487
# File 'lib/virtuozzo/soap/types/envm.rb', line 3485

def sample_conf
  @sample_conf
end