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

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

Overview

inner class for member: set_startup_type 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.



1812
1813
1814
1815
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1812

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1809
1810
1811
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1809

def name
  @name
end

#startup_typeObject

Returns the value of attribute startup_type.



1810
1811
1812
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1810

def startup_type
  @startup_type
end