Class: Virtuozzo::SOAP::Types::Envm::Set
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::Set
- 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
-
#apply_config ⇒ Object
Returns the value of attribute apply_config.
-
#config ⇒ Object
Returns the value of attribute config.
-
#default ⇒ Object
Returns the value of attribute default.
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#force ⇒ Object
Returns the value of attribute force.
-
#set_mode ⇒ Object
Returns the value of attribute set_mode.
Instance Method Summary collapse
-
#initialize(eid = nil, config = nil, force = nil, default = nil, apply_config = nil, set_mode = nil) ⇒ Set
constructor
A new instance of Set.
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_config ⇒ Object
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 |
#config ⇒ Object
Returns the value of attribute config.
3499 3500 3501 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3499 def config @config end |
#default ⇒ Object
Returns the value of attribute default.
3501 3502 3503 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3501 def default @default end |
#eid ⇒ Object
Returns the value of attribute eid.
3498 3499 3500 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3498 def eid @eid end |
#force ⇒ Object
Returns the value of attribute force.
3500 3501 3502 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 3500 def force @force end |
#set_mode ⇒ Object
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 |