Class: Virtuozzo::SOAP::Types::Servicem::Set_startup_type

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

Overview

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

name - SOAP::SOAPString
startup_type - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, startup_type = nil) ⇒ Set_startup_type

Returns a new instance of Set_startup_type.



2103
2104
2105
2106
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2103

def initialize(name = nil, startup_type = nil)
  @name = name
  @startup_type = startup_type
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2100
2101
2102
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2100

def name
  @name
end

#startup_typeObject

Returns the value of attribute startup_type.



2101
2102
2103
# File 'lib/virtuozzo/soap/types/servicem.rb', line 2101

def startup_type
  @startup_type
end